| Index: content/browser/renderer_host/render_process_host_impl.cc
|
| ===================================================================
|
| --- content/browser/renderer_host/render_process_host_impl.cc (revision 111400)
|
| +++ content/browser/renderer_host/render_process_host_impl.cc (working copy)
|
| @@ -654,6 +654,9 @@
|
| switches::kDisableApplicationCache,
|
| switches::kDisableAudio,
|
| switches::kDisableBreakpad,
|
| +#if defined(OS_MACOSX)
|
| + switches::kDisableCompositedCoreAnimationPlugins,
|
| +#endif
|
| switches::kDisableDataTransferItems,
|
| switches::kDisableDatabases,
|
| switches::kDisableDesktopNotifications,
|
|
|