| Index: chrome/app/breakpad_win.h
|
| ===================================================================
|
| --- chrome/app/breakpad_win.h (revision 123320)
|
| +++ chrome/app/breakpad_win.h (working copy)
|
| @@ -12,6 +12,8 @@
|
| // The maximum number of 64-char URL chunks we will report.
|
| static const int kMaxUrlChunks = 8;
|
|
|
| +// Calls InitCrashReporterThread in its own thread for the browser process
|
| +// or directly for the plugin and renderer process.
|
| void InitCrashReporter();
|
|
|
| // Intercepts a crash but does not process it, just ask if we want to restart
|
|
|