Index: content/browser/browser_child_process_host_impl.h |
=================================================================== |
--- content/browser/browser_child_process_host_impl.h (revision 189099) |
+++ content/browser/browser_child_process_host_impl.h (working copy) |
@@ -42,7 +42,7 @@ |
virtual bool Send(IPC::Message* message) OVERRIDE; |
virtual void Launch( |
#if defined(OS_WIN) |
- const base::FilePath& exposed_dir, |
+ SandboxedProcessLauncherDelegate* delegate, |
#elif defined(OS_POSIX) |
bool use_zygote, |
const base::EnvironmentVector& environ, |