Index: content/public/common/content_switches.h |
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h |
index cc69e5757136a57f5756d680a92e2366171f9674..073d6a8eba94f60d7a13467ed9b1c97d6c19bb73 100644 |
--- a/content/public/common/content_switches.h |
+++ b/content/public/common/content_switches.h |
@@ -294,10 +294,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). |