From fa01e47350050ca5be93589414a21d4dc5579107 Mon Sep 17 00:00:00 2001 From: "haven@chromium.org" Date: Tue, 11 Feb 2014 14:45:35 +0000 Subject: Creates a way to launch the utility process with elevated privileges on Windows systems for the rare operations that require administrator access. IPCs to the utility process will be filtered when it is running elevated. BUG=331881 Review URL: https://codereview.chromium.org/98603007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250409 0039d316-1c4b-4281-b951-d872f2087c98 --- content/browser/ppapi_plugin_process_host.cc | 1 + 1 file changed, 1 insertion(+) (limited to '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 953f84c..f1a3171 100644 --- a/content/browser/ppapi_plugin_process_host.cc +++ b/content/browser/ppapi_plugin_process_host.cc @@ -340,6 +340,7 @@ bool PpapiPluginProcessHost::Init(const PepperPluginInfo& info) { process_->Launch( #if defined(OS_WIN) new PpapiPluginSandboxedProcessLauncherDelegate(is_broker_), + false, #elif defined(OS_POSIX) use_zygote, base::EnvironmentMap(), -- cgit v1.1