| Index: content/public/common/content_switches.h
|
| ===================================================================
|
| --- content/public/common/content_switches.h (revision 111400)
|
| +++ content/public/common/content_switches.h (working copy)
|
| @@ -175,6 +175,14 @@
|
| extern const char kUseSystemSSL[];
|
| #endif
|
|
|
| +#if defined(OS_MACOSX)
|
| +// TODO(kbr): remove this and the associated old code path:
|
| +// http://crbug.com/105344
|
| +// Note: string is replicated in
|
| +// src/webkit/plugins/npapi/plugin_host.cc.
|
| +extern const char kDisableCompositedCoreAnimationPlugins[];
|
| +#endif
|
| +
|
| #if !defined(OFFICIAL_BUILD)
|
| CONTENT_EXPORT extern const char kRendererCheckFalseTest[];
|
| #endif
|
|
|