| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 97ac38cc5ee13bbe3e4c46233f2cb21cef1ecff3..66403b20a9eed81804ff6ea4e784dd0afc84f048 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -989,11 +989,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
|
|
|