Index: chrome/app/chrome_crash_reporter_client_win.h |
diff --git a/chrome/app/chrome_crash_reporter_client_win.h b/chrome/app/chrome_crash_reporter_client_win.h |
index 6acf53c553448b59bed4ec3dbce99709a611190e..29109aa3537025860b26ae183ee21fab489dbd78 100644 |
--- a/chrome/app/chrome_crash_reporter_client_win.h |
+++ b/chrome/app/chrome_crash_reporter_client_win.h |
@@ -10,6 +10,13 @@ |
class ChromeCrashReporterClient : public crash_reporter::CrashReporterClient { |
public: |
+#if !defined(NACL_WIN64) |
+ // Instantiates a process wide instance of the ChromeCrashReporterClient |
+ // class and initializes crash reporting for the process. The instance is |
+ // leaked. |
+ static void InitializeCrashReportingForProcess(); |
+#endif |
+ |
ChromeCrashReporterClient(); |
~ChromeCrashReporterClient() override; |