| Index: content/public/common/content_switches.cc
|
| ===================================================================
|
| --- content/public/common/content_switches.cc (revision 111400)
|
| +++ content/public/common/content_switches.cc (working copy)
|
| @@ -550,6 +550,11 @@
|
| const char kUseSystemSSL[] = "use-system-ssl";
|
| #endif
|
|
|
| +#if defined(OS_MACOSX)
|
| +const char kDisableCompositedCoreAnimationPlugins[] =
|
| + "disable-composited-core-animation-plugins";
|
| +#endif
|
| +
|
| #if !defined(OFFICIAL_BUILD)
|
| // Causes the renderer process to throw an assertion on launch.
|
| const char kRendererCheckFalseTest[] = "renderer-check-false-test";
|
|
|