summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.cc
diff options
context:
space:
mode:
authornirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-07 22:59:43 +0000
committernirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-07 22:59:43 +0000
commit2c3441f0ad992c06125d0fc5cda05ca50d00bf42 (patch)
tree3f62fe2ef5a8038f2c82b7e6272c91fec9c27670 /chrome/common/chrome_switches.cc
parentd3817c1c2cf95f07a60e0f5020cc746e6a04b877 (diff)
downloadchromium_src-2c3441f0ad992c06125d0fc5cda05ca50d00bf42.zip
chromium_src-2c3441f0ad992c06125d0fc5cda05ca50d00bf42.tar.gz
chromium_src-2c3441f0ad992c06125d0fc5cda05ca50d00bf42.tar.bz2
Remove --test-auth-email and --test-auth-password
These flags were added in r98929, but are now unused after r99408 (Automation support for webui login on chromeos) BUG=None TEST=compiles R=zelidrag@chromium.org Review URL: http://codereview.chromium.org/7841033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100042 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r--chrome/common/chrome_switches.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 05f47ed..810859d 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1110,10 +1110,6 @@ const char kCompressSystemFeedback[] = "compress-sys-feedback";
// Enables overriding the path for the default authentication extension.
const char kAuthExtensionPath[] = "auth-ext-path";
-// Enables overriding user credential for GAIA login.
-const char kTestAuthEmail[] = "test-auth-email";
-const char kTestAuthPassword[] = "test-auth-password";
-
// Enables archive file (zip) handling in file manager.
const char kEnableArchives[] = "enable-archives";