Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(61)

Unified Diff: content/browser/plugin_process_host.cc

Issue 98603007: Launches a privileged utility process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resolves review feedback. Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698