Index: content/browser/plugin_process_host.cc |
diff --git a/content/browser/plugin_process_host.cc b/content/browser/plugin_process_host.cc |
index 9ec7510dfcfecb14a6cdb5ef7b781240b95fa2b9..883f1e42e7e220a5738472eb131d3ec8eea35223 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, |