Chromium Code Reviews| 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..8618df69dcd872f28efa2a6201bbdce7eec37f10 100644 |
| --- a/chrome/app/chrome_crash_reporter_client_win.h |
| +++ b/chrome/app/chrome_crash_reporter_client_win.h |
| @@ -10,6 +10,12 @@ |
| 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 |
|
Lei Zhang
2016/06/15 23:20:46
would be nice to have a blank line after
ananta
2016/06/16 00:29:30
Done.
|
| ChromeCrashReporterClient(); |
| ~ChromeCrashReporterClient() override; |