diff options
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index cf14a50..1b488e1 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -1286,11 +1286,6 @@ const char kEnablePrintPreview[] = "enable-print-preview"; // 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; |