diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-25 19:06:33 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-25 19:06:33 +0000 |
commit | d289d0bf93b5498e2ee10822073ceb67b4e45e5d (patch) | |
tree | 019d12baab353449be90fc63754e5d89c02e965d /chrome/app/breakpad_win.h | |
parent | 2f79d25bb1773a264e9effe527be3811f3a6d178 (diff) | |
download | chromium_src-d289d0bf93b5498e2ee10822073ceb67b4e45e5d.zip chromium_src-d289d0bf93b5498e2ee10822073ceb67b4e45e5d.tar.gz chromium_src-d289d0bf93b5498e2ee10822073ceb67b4e45e5d.tar.bz2 |
Cleanup: Break some common->app dependencies.
BUG=46666
TEST=none
Review URL: http://codereview.chromium.org/2821010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50875 0039d316-1c4b-4281-b951-d872f2087c98
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); |