Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 0024aefe4b692b665a6ae8f8d3e4b23e03fb3300..14c96b0fe7df4302a751b4b13dcca81d30a09c9a 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -1335,7 +1335,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. |