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

Unified Diff: chrome/common/chrome_switches.cc

Issue 11753014: Enable the VariationsService on official builds when --variations-service-url is provided. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: init Created 7 years, 12 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 0024aefe4b692b665a6ae8f8d3e4b23e03fb3300..cee4079ce1d1082df53b7b69ee5d7ad18e06cc01 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1335,7 +1335,9 @@ const char kUserDataDir[] = "user-data-dir";
const char kUseWebBasedSigninFlow[] = "use-web-based-signin-flow";
// Specifies a custom URL for the server which reports variation data to the
-// client. See variations_service.cc.
+// client. Specifying this flag also forces a Variations seed request to the
Alexei Svitkine (slow) 2013/01/03 20:14:06 I would just say "Specifying this flag enables the
SteveT 2013/01/03 20:35:42 Done.
+// URL, even in restricted builds. If no URL is specified, this will use the
+// default URL, but also force the request. See variations_service.cc.
const char kVariationsServerURL[] = "variations-server-url";
// Prints version information and quits.

Powered by Google App Engine
This is Rietveld 408576698