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

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: Update after review 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..00792f7820082cf8b4073f2049a744deee360a63 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -6,6 +6,9 @@
#include "base/command_line.h"
+// TODO(rsorokin): alphabetize all of these switches so they
+// match the order from the .h file
+
namespace chromeos {
namespace switches {
@@ -281,6 +284,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 kGaiaEndpointChromeOS[] = "gaia-endpoint-chromeos";
+
// 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