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