diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-28 18:03:55 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-28 18:03:55 +0000 |
commit | 9ba8f8dd3bf0184eb46cb9f58e1560be1a789fe5 (patch) | |
tree | 6d9559338bc419fc6d665ed0dd5ab3721c436a65 /chrome/common/chrome_switches.h | |
parent | e967b2de9ea805ef40840280eae686040b8a5c94 (diff) | |
download | chromium_src-9ba8f8dd3bf0184eb46cb9f58e1560be1a789fe5.zip chromium_src-9ba8f8dd3bf0184eb46cb9f58e1560be1a789fe5.tar.gz chromium_src-9ba8f8dd3bf0184eb46cb9f58e1560be1a789fe5.tar.bz2 |
Linux: remove --google-internal-crash-reporting.
It's time to kill this. It's been marginally useful, but only marginally.
http://codereview.chromium.org/222021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27375 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r-- | chrome/common/chrome_switches.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index 9ed753c..5602c58 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -228,8 +228,6 @@ extern const wchar_t kDiagnostics[]; extern const wchar_t kDisableCustomJumpList[]; -extern const wchar_t kGoogleInternalCrashReporting[]; - extern const wchar_t kEnableDatabases[]; extern const wchar_t kEnableApplicationCache[]; |