Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 8f947f5d1b2b77bf344ab6ef7ccf932c53a03d34..0f3e9cb6673daa36507c6fc0623015fec40b0777 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -679,6 +679,11 @@ const char kExtensionProcess[] = "extension-process"; |
// Frequency in seconds for Extensions auto-update. |
const char kExtensionsUpdateFrequency[] = "extensions-update-frequency"; |
+// Fakes the channel of the browser for purposes of Variations filtering. This |
+// is to be used for testing only. Possible values are "stable", "beta", "dev" |
+// and "canary". |
jwd
2013/01/04 16:19:07
What about a comment here about it only applying w
SteveT
2013/01/04 16:27:07
Done.
|
+const char kFakeVariationsChannel[] = "fake-variations-channel"; |
+ |
// These two flags are added around the switches about:flags adds to the |
// command line. This is useful to see which switches were added by about:flags |
// on about:version. They don't have any effect. |