| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 81952)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -553,18 +553,6 @@
|
| // 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
|
| -// 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";
|
| -
|
| // Force renderer accessibility to be on instead of enabling it on demand when
|
| // a screen reader is detected. The disable-renderer-accessibility switch
|
| // overrides this if present.
|
| @@ -823,14 +811,6 @@
|
| // Enable remote debug / automation shell on the specified port.
|
| const char kRemoteShellPort[] = "remote-shell-port";
|
|
|
| -// Causes the renderer process to throw an assertion on launch.
|
| -const char kRendererAssertTest[] = "renderer-assert-test";
|
| -
|
| -#if !defined(OFFICIAL_BUILD)
|
| -// Causes the renderer process to throw an assertion on launch.
|
| -const char kRendererCheckFalseTest[] = "renderer-check-false-test";
|
| -#endif
|
| -
|
| // Indicates the last session should be restored on startup. This overrides
|
| // the preferences value and is primarily intended for testing. The value of
|
| // this switch is the number of tabs to wait until loaded before
|
|
|