diff options
Diffstat (limited to 'content/public/common/content_switches.h')
-rw-r--r-- | content/public/common/content_switches.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h index cc69e57..073d6a8 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). |