| Index: chrome/app/breakpad_win.h
|
| ===================================================================
|
| --- chrome/app/breakpad_win.h (revision 50869)
|
| +++ chrome/app/breakpad_win.h (working copy)
|
| @@ -11,9 +11,6 @@
|
| // The maximum number of 64-char URL chunks we will report.
|
| static const int kMaxUrlChunks = 8;
|
|
|
| -// The maximum number of active extensions we will report.
|
| -static const int kMaxReportedActiveExtensions = 10;
|
| -
|
| // Calls InitCrashReporterThread in it's own thread for the browser process
|
| // or directly for the plugin and renderer process.
|
| void InitCrashReporterWithDllPath(const std::wstring& dll_path);
|
|
|