diff options
Diffstat (limited to 'content/public/browser/browser_child_process_host.h')
-rw-r--r-- | content/public/browser/browser_child_process_host.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/public/browser/browser_child_process_host.h b/content/public/browser/browser_child_process_host.h index 182dd8d..690a015 100644 --- a/content/public/browser/browser_child_process_host.h +++ b/content/public/browser/browser_child_process_host.h @@ -46,6 +46,7 @@ class CONTENT_EXPORT BrowserChildProcessHost : public IPC::Sender { virtual void Launch( #if defined(OS_WIN) SandboxedProcessLauncherDelegate* delegate, + bool run_elevated, #elif defined(OS_POSIX) bool use_zygote, const base::EnvironmentMap& environ, |