From 1a56dc72c7345b3ce3ddd71712650e0943cc48a9 Mon Sep 17 00:00:00 2001 From: dzhioev Date: Thu, 19 Mar 2015 07:44:41 -0700 Subject: [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} --- chromeos/chromeos_switches.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'chromeos/chromeos_switches.cc') 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"; -- cgit v1.1