| 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
|
| ChromeCrashReporterClient();
|
| ~ChromeCrashReporterClient() override;
|
|
|
|
|