summaryrefslogtreecommitdiffstats
path: root/chromeos/chromeos_switches.cc
diff options
context:
space:
mode:
authordzhioev <dzhioev@chromium.org>2015-03-19 07:44:41 -0700
committerCommit bot <commit-bot@chromium.org>2015-03-19 14:45:12 +0000
commit1a56dc72c7345b3ce3ddd71712650e0943cc48a9 (patch)
tree904e2ba1a3ca33eca44a381d537a33a86cd3a11a /chromeos/chromeos_switches.cc
parent51062da07520235b40cb63902b53005949f7c8cf (diff)
downloadchromium_src-1a56dc72c7345b3ce3ddd71712650e0943cc48a9.zip
chromium_src-1a56dc72c7345b3ce3ddd71712650e0943cc48a9.tar.gz
chromium_src-1a56dc72c7345b3ce3ddd71712650e0943cc48a9.tar.bz2
[cleanup] Removed embedded sign-in support code from OOBE.
We are not going to use 'EmbeddedSignIn' endpoint for OOBE, so this code could be safely removed. BUG=468439 TEST=manually Review URL: https://codereview.chromium.org/1018133002 Cr-Commit-Position: refs/heads/master@{#321355}
Diffstat (limited to 'chromeos/chromeos_switches.cc')
-rw-r--r--chromeos/chromeos_switches.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
index 31b01df..ffb83b9 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -112,10 +112,6 @@ const char kEnableConsumerManagement[] = "enable-consumer-management";
// If this switch is set, the device cannot be remotely disabled by its owner.
const char kDisableDeviceDisabling[] = "disable-device-disabling";
-// If this switch is set, Chrome OS login screen uses |EmbeddedSignin| endpoint
-// of GAIA.
-const char kEnableEmbeddedSignin[] = "enable-embedded-signin";
-
// If this switch is set, the new Korean IME will be available in
// chrome://settings/languages.
const char kEnableNewKoreanIme[] = "enable-new-korean-ime";