Index: trunk/src/content/browser/ppapi_plugin_process_host.cc |
=================================================================== |
--- trunk/src/content/browser/ppapi_plugin_process_host.cc (revision 189681) |
+++ trunk/src/content/browser/ppapi_plugin_process_host.cc (working copy) |
@@ -273,9 +273,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, |