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.cc | |
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.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index 1ad949d..99bcd33 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -547,4 +547,7 @@ const wchar_t kEnableSessionStorage[] = L"enable-session-storage"; // Allows debugging of sandboxed processes (see zygote_main_linux.cc). const wchar_t kAllowSandboxDebugging[] = L"allow-sandbox-debugging"; +// Triggers a pletora of diagnostic modes. +const wchar_t kDiagnostics[] = L"diagnostics"; + } // namespace switches |