| Index: content/browser/plugin_process_host.cc
|
| ===================================================================
|
| --- content/browser/plugin_process_host.cc (revision 111400)
|
| +++ content/browser/plugin_process_host.cc (working copy)
|
| @@ -201,6 +201,9 @@
|
| // any associated values) if present in the browser command line
|
| static const char* const kSwitchNames[] = {
|
| switches::kDisableBreakpad,
|
| +#if defined(OS_MACOSX)
|
| + switches::kDisableCompositedCoreAnimationPlugins,
|
| +#endif
|
| switches::kDisableLogging,
|
| switches::kEnableDCHECK,
|
| switches::kEnableLogging,
|
|
|