Index: content/browser/ppapi_plugin_process_host.cc |
diff --git a/content/browser/ppapi_plugin_process_host.cc b/content/browser/ppapi_plugin_process_host.cc |
index e333ff0e249fa035ee84bc233a6c85ea467c2d1a..655c5133c76d9cb04629289d24c05735c16f354a 100644 |
--- a/content/browser/ppapi_plugin_process_host.cc |
+++ b/content/browser/ppapi_plugin_process_host.cc |
@@ -236,6 +236,7 @@ bool PpapiPluginProcessHost::Init(const PepperPluginInfo& info) { |
// TODO(vtl): Stop passing flash args in the command line, on windows is |
// going to explode. |
static const char* kPluginForwardSwitches[] = { |
+ switches::kDisablePepperThreading, |
switches::kDisableSeccompFilterSandbox, |
switches::kEnablePepperThreading, |
#if defined(OS_MACOSX) |