| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 2819e1dcb0dd45f24f390d42b39b9ab434106c5c..c660c574c1df3941e8db9ea23a430b6aaa6dbed4 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -366,17 +366,15 @@ const char kExtraPluginDir[] = "extra-plugin-dir";
|
| // the base layer even when compositing is not strictly required.
|
| const char kForceCompositingMode[] = "force-compositing-mode";
|
|
|
| -// Some field tests may rendomized in the browser, and the randomly selected
|
| -// outcome needs to be propagated to the renderer. For instance, this is used
|
| +// Some field trials may be randomized in the browser, and the randomly selected
|
| +// outcome needs to be propagated to the renderer. For instance, this is used
|
| // to modify histograms recorded in the renderer, or to get the renderer to
|
| // also set of its state (initialize, or not initialize components) to match the
|
| -// experiment(s).
|
| -// The argument is a string-ized list of experiment names, and the associated
|
| -// value that was randomly selected. In the recent implementetaion, the
|
| -// persistent representation generated by field_trial.cc and later decoded, is a
|
| -// list of name and value pairs, separated by slashes. See field trial.cc for
|
| -// current details.
|
| -const char kForceFieldTestNameAndValue[] = "force-fieldtest";
|
| +// experiment(s). The option is also useful for forcing field trials when
|
| +// testing changes locally. The argument is a list of name and value pairs,
|
| +// separated by slashes. See FieldTrialList::CreateTrialsFromString() in
|
| +// field_trial.h for details.
|
| +const char kForceFieldTrials[] = "force-fieldtrials";
|
|
|
| // Force renderer accessibility to be on instead of enabling it on demand when
|
| // a screen reader is detected. The disable-renderer-accessibility switch
|
|
|