Index: chromeos/chromeos_switches.cc |
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc |
index 78f164ded7963da95c57d6702015d5db3bf36715..0fd22bd479a2ee9ab59be5adc105dd35d987c47d 100644 |
--- a/chromeos/chromeos_switches.cc |
+++ b/chromeos/chromeos_switches.cc |
@@ -281,6 +281,10 @@ 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 kGaiaEndpoint[] = "gaia-endpoint"; |
Daniel Erat
2015/01/29 13:15:54
nit: mind adding a TODO to alphabetize all of thes
Dmitry Polukhin
2015/01/29 13:27:07
Please rename it to gaia-endpoint-chromeos to stre
Roman Sorokin (ftl)
2015/01/29 13:39:36
Done.
Roman Sorokin (ftl)
2015/01/29 13:39:36
Done.
|
+ |
// Screenshot testing: specifies the directory where the golden screenshots are |
// stored. |
const char kGoldenScreenshotsDir[] = "golden-screenshots-dir"; |