diff options
author | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-30 05:07:55 +0000 |
---|---|---|
committer | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-30 05:07:55 +0000 |
commit | 2c58efc6135102d815c34d518d14c0bfc5c27f5b (patch) | |
tree | bf47fee779ada375a0007e4cc7b527e86a0293a3 /chrome/app/breakpad_win.h | |
parent | 48844c643cca3d7d21043e46c228585e68618e31 (diff) | |
download | chromium_src-2c58efc6135102d815c34d518d14c0bfc5c27f5b.zip chromium_src-2c58efc6135102d815c34d518d14c0bfc5c27f5b.tar.gz chromium_src-2c58efc6135102d815c34d518d14c0bfc5c27f5b.tar.bz2 |
Revert 33255 - Report active extensions in crash reports. This only implements Windows right now. Mac and linux will be separate CLs.
"Active" is overloaded to mean different things depending on
the process type:
browser: all enabled extensions
renderer: unique set of extensions from all user scripts
extension: extensions running in the process
BUG=27169
Review URL: http://codereview.chromium.org/437078
--
There are thousands of new crashes with reivison 33256 and 33255, so i'm
reverting. the crashes are in chrome_2610000!child_process_logging::SetActiveURL
TBR=aa@chromium.org
Review URL: http://codereview.chromium.org/448006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33269 0039d316-1c4b-4281-b951-d872f2087c98
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); |