summaryrefslogtreecommitdiffstats
path: root/chromeos/chromeos_switches.cc
diff options
context:
space:
mode:
authordzhioev <dzhioev@chromium.org>2015-03-31 13:54:46 -0700
committerCommit bot <commit-bot@chromium.org>2015-03-31 20:55:31 +0000
commit5bdc6c23e66b17b5b1926a4ee12e854d0573a823 (patch)
treef313a6297a113242731996204098646fafb9a302 /chromeos/chromeos_switches.cc
parent6e061dfc433855af05b3a5b3073acbca77729ded (diff)
downloadchromium_src-5bdc6c23e66b17b5b1926a4ee12e854d0573a823.zip
chromium_src-5bdc6c23e66b17b5b1926a4ee12e854d0573a823.tar.gz
chromium_src-5bdc6c23e66b17b5b1926a4ee12e854d0573a823.tar.bz2
Removed 'gaia-endpoint-chromeos' switch.
BUG=none TEST=browser_tests Review URL: https://codereview.chromium.org/1049703003 Cr-Commit-Position: refs/heads/master@{#323106}
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 6d20a95..78fa0d4 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -312,10 +312,6 @@ const char kDisableMemoryPressureSystemChromeOS[] =
// Enables waking the device based on the receipt of some network packets.
const char kWakeOnPackets[] = "wake-on-packets";
-// Specifies the path for GAIA endpoint. The default value is
-// "ServiceLogin?skipvpage=true&sarp=1&rm=hide".
-const char kGaiaEndpointChromeOS[] = "gaia-endpoint-chromeos";
-
// Screenshot testing: specifies the directory where the golden screenshots are
// stored.
const char kGoldenScreenshotsDir[] = "golden-screenshots-dir";