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

Unified Diff: chrome/common/chrome_switches.cc

Issue 1682163004: Update --force-fieldtrial-params comment to be a little more clear. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 abeece33c2917a7e418a3461d4d0ca6e1323904d..4b58d0fe1613afff674ecc7c1283e5a6c82961d8 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -591,11 +591,11 @@ const char kFastStart[] = "fast-start";
const char kForceAppMode[] = "force-app-mode";
// This option can be used to force parameters of field trials when testing
-// changes locally. The argument is a list of key/value pairs prefixed by
-// Trial/Group pair. The following shows setting parameters to 2 experiments
-// where in the first, it forces "id" to be "foo" for the "Enabled" group of
-// the "EnhancedBookmarks" trial:
-// "EnhancedBookmarks.Enabled:id/foo,Experiment2.Group1:key1/value1"
+// changes locally. The argument is param list of key/value pairs prefixed by an
Alexei Svitkine (slow) 2016/02/10 17:34:46 Nit: The argument is a param list (Missing "a")
danduong 2016/02/10 18:19:53 Done.
+// associated Trial/Group pair. You specify the param list for multiple
+// Trial/Groups with a comma separator.
+// Example:
+// "Trial1.Group1:k1/v1/k2/v2,Trial2.Group2:k3/v3/k4/v4"
// Trial names, groups names, parameter names, and value should all be URL
// escaped for all non-alphanumeric characters.
const char kForceFieldTrialParams[] = "force-fieldtrial-params";
« no previous file with comments | « no previous file | chrome/common/variations/variations_util.cc » ('j') | chrome/common/variations/variations_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698