Index: content/public/common/content_switches.h |
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h |
index b5ee4207581b55cdd1542577bfd894fcfb0d84cd..4771efbda6e00779ecec1fa192c9b59176c92240 100644 |
--- a/content/public/common/content_switches.h |
+++ b/content/public/common/content_switches.h |
@@ -293,10 +293,6 @@ extern const char kUseCoreAnimation[]; |
extern const char kChildCleanExit[]; |
#endif |
-#if defined(USE_AURA) |
-CONTENT_EXPORT extern const char kTestCompositor[]; |
-#endif |
- |
// DON'T ADD RANDOM STUFF HERE. Put it in the main section above in |
// alphabetical order, or in one of the ifdefs (also in order in each section). |