diff options
Diffstat (limited to 'chrome/app/breakpad_win.h')
-rw-r--r-- | chrome/app/breakpad_win.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/app/breakpad_win.h b/chrome/app/breakpad_win.h index 3a13149..326609dc 100644 --- a/chrome/app/breakpad_win.h +++ b/chrome/app/breakpad_win.h @@ -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); |