Index: content/browser/plugin_process_host.cc |
diff --git a/content/browser/plugin_process_host.cc b/content/browser/plugin_process_host.cc |
index 068858b568fa5aacb02eb87d3df26d81ad1dc804..e329dcc9dc58f4fae04046f91bfdf57ef9386c92 100644 |
--- a/content/browser/plugin_process_host.cc |
+++ b/content/browser/plugin_process_host.cc |
@@ -245,6 +245,7 @@ bool PluginProcessHost::Init(const WebPluginInfo& info) { |
process_->Launch( |
#if defined(OS_WIN) |
new PluginSandboxedProcessLauncherDelegate, |
+ false, |
#elif defined(OS_POSIX) |
false, |
env, |