| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 8ea70fd1001363ada5b3cd1c0492c1f8660af9a5..dc10b3bacfd1f9204dac82282bee4b3de7fe4e52 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -985,11 +985,6 @@ const char kUseCoreAnimation[] = "use-core-animation";
|
| const char kChildCleanExit[] = "child-clean-exit";
|
| #endif
|
|
|
| -#if defined(USE_AURA)
|
| -// Forces usage of the test compositor. Needed to run ui tests on bots.
|
| -extern const char kTestCompositor[] = "test-compositor";
|
| -#endif
|
| -
|
| // Don't dump stuff here, follow the same order as the header.
|
|
|
| } // namespace switches
|
|
|