| Index: chrome/common/chrome_switches.cc | 
| =================================================================== | 
| --- chrome/common/chrome_switches.cc	(revision 113506) | 
| +++ chrome/common/chrome_switches.cc	(working copy) | 
| @@ -1287,11 +1287,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; | 
|  |