diff options
author | cpu@google.com <cpu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-23 19:25:41 +0000 |
---|---|---|
committer | cpu@google.com <cpu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-23 19:25:41 +0000 |
commit | a591bda30397b6ec75b323c82a8dd419a7e55bb6 (patch) | |
tree | 21d21a9e1ea28efe3cb407a26c9710539c606e25 /chrome/common/chrome_switches.h | |
parent | 605afb7dbd7eae952450111505fbf260cef9cf6d (diff) | |
download | chromium_src-a591bda30397b6ec75b323c82a8dd419a7e55bb6.zip chromium_src-a591bda30397b6ec75b323c82a8dd419a7e55bb6.tar.gz chromium_src-a591bda30397b6ec75b323c82a8dd419a7e55bb6.tar.bz2 |
Adds the --diagnostics switch
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/159278
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21425 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, 2 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index 6ae95bf..038a630 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -213,6 +213,8 @@ extern const wchar_t kEnableSessionStorage[]; extern const wchar_t kAllowSandboxDebugging[]; +extern const wchar_t kDiagnostics[]; + } // namespace switches #endif // CHROME_COMMON_CHROME_SWITCHES_H_ |