Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(50)

Unified Diff: chromeos/chromeos_switches.cc

Issue 878913003: Added flag gaia-endpoint for testing with different flows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move switch to chromeos switches Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/chromeos_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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";
« no previous file with comments | « chromeos/chromeos_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698