Index: content/browser/ppapi_plugin_process_host.cc |
=================================================================== |
--- content/browser/ppapi_plugin_process_host.cc (revision 187715) |
+++ content/browser/ppapi_plugin_process_host.cc (working copy) |
@@ -248,9 +248,10 @@ |
arraysize(kCommonForwardSwitches)); |
if (!is_broker_) { |
- // TODO(vtl): Stop passing flash args in the command line, or windows is |
+ // TODO(vtl): Stop passing flash args in the command line, on windows is |
// going to explode. |
static const char* kPluginForwardSwitches[] = { |
+ switches::kDisablePepperThreading, |
switches::kDisableSeccompFilterSandbox, |
#if defined(OS_MACOSX) |
switches::kEnableSandboxLogging, |