Index: content/browser/ppapi_plugin_process_host.cc |
=================================================================== |
--- content/browser/ppapi_plugin_process_host.cc (revision 132258) |
+++ content/browser/ppapi_plugin_process_host.cc (working copy) |
@@ -167,6 +167,7 @@ |
// going to explode. |
static const char* kPluginForwardSwitches[] = { |
switches::kNoSandbox, |
+ switches::kDisableSeccompFilterSandbox, |
switches::kPpapiFlashArgs, |
switches::kPpapiStartupDialog |
}; |