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

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: rebase 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
« no previous file with comments | « chrome/browser/metrics/variations/variations_service.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 8f947f5d1b2b77bf344ab6ef7ccf932c53a03d34..a1cf1c53d21e7ff1490de4afb55fb2a7fa2695d7 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1334,7 +1334,8 @@ 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 switch enables the Variations service on
+// unofficial builds. See variations_service.cc.
const char kVariationsServerURL[] = "variations-server-url";
// Prints version information and quits.
« no previous file with comments | « chrome/browser/metrics/variations/variations_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698