| Index: content/browser/renderer_host/render_process_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
|
| index ba098ddaae84ad25569730acae126a2ea6920a57..aa984c2bb1d19830927acd295c1e7512380060ac 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1237,6 +1237,9 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| // Allow this to be set when invoking the browser and relayed along.
|
| switches::kEnableSandboxLogging,
|
| #endif
|
| +#if defined(OS_MACOSX) && !defined(OS_IOS)
|
| + switches::kEnableThreadedEventHandlingMac,
|
| +#endif
|
| #if defined(OS_WIN)
|
| switches::kDisableDirectWrite,
|
| #endif
|
|
|