summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.cc
diff options
context:
space:
mode:
authorskerner@chromium.org <skerner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-30 18:04:36 +0000
committerskerner@chromium.org <skerner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-30 18:04:36 +0000
commit657c13a5e4b0be77ef93d4f314fbab2d117b3ef0 (patch)
tree3e281d5d334f1ed7b822d40832d330208978e683 /chrome/common/chrome_switches.cc
parent4395d83cee173a18af049598f686b5f2e2d9772d (diff)
downloadchromium_src-657c13a5e4b0be77ef93d4f314fbab2d117b3ef0.zip
chromium_src-657c13a5e4b0be77ef93d4f314fbab2d117b3ef0.tar.gz
chromium_src-657c13a5e4b0be77ef93d4f314fbab2d117b3ef0.tar.bz2
Merge 54323 - Remove some debug switches:
--issue35198-crxdir-browser --issue35198-permission They were used to understand issue 35198. They are no longer needed. There is one more switch, --issue35198-logging, that is not being removed in this CL. The logging it adds may still be useful. BUG=50604 TEST=manual Review URL: http://codereview.chromium.org/3052023 TBR=skerner@chromium.org Review URL: http://codereview.chromium.org/3047029 git-svn-id: svn://svn.chromium.org/chrome/branches/472/src@54343 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r--chrome/common/chrome_switches.cc7
1 files changed, 2 insertions, 5 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 68c2df5..11739da 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -557,12 +557,9 @@ const char kInternalNaCl[] = "internal-nacl";
// Runs a trusted Pepper plugin inside the renderer process.
const char kInternalPepper[] = "internal-pepper";
-// The following flags allow users who can reproduce crbug/35198
-// to enable extra logging and behaviors. They will be removed once
-// the issue is fixed.
-const char kIssue35198CrxDirBrowser[] = "issue35198-crxdir-browser";
+// The following flag allows users who can reproduce crbug/35198
+// to enable extra logging. It will be removed once the issue is fixed.
const char kIssue35198ExtraLogging[] = "issue35198-logging";
-const char kIssue35198Permission[] = "issue35198-permission";
// Specifies the flags passed to JS engine
const char kJavaScriptFlags[] = "js-flags";