| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 113682)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -1286,11 +1286,6 @@
|
| // Enables the benchmarking extensions.
|
| const char kEnableBenchmarking[] = "enable-benchmarking";
|
|
|
| -#if defined(USE_AURA)
|
| -// Forces usage of the test compositor. Needed to run ui tests on bots.
|
| -extern const char kTestCompositor[] = "test-compositor";
|
| -#endif
|
| -
|
| bool IsPrintPreviewEnabled() {
|
| if (CommandLine::ForCurrentProcess()->HasSwitch(kDisablePrintPreview))
|
| return false;
|
|
|