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

Unified Diff: chrome/common/chrome_switches.cc

Issue 10443024: Added chrome switch that lets tests override URL path, moved GAIA auth extension from CrOS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 352c6dd5f7eb25a24ae5480f2e43bedea91edd08..85637e8de0d87e8bd8a733d68ebfbaa73d902c27 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -700,6 +700,11 @@ const char kForceAppsPromoVisible[] = "force-apps-promo-visible";
// omitted. The default value is "www.google.com".
const char kGaiaHost[] = "gaia-host";
+// Specifies the path prefix for GAIA authentication URL. It should be used
+// for testing in cases where authentication path prefix differs from the one
+// used in production.
+const char kGaiaUrlPath[] = "gaia-url-path";
+
// Enables using GAIA information to populate profile name and icon.
const char kGaiaProfileInfo[] = "gaia-profile-info";

Powered by Google App Engine
This is Rietveld 408576698