| Index: content/browser/browser_child_process_host_impl.h
|
| diff --git a/content/browser/browser_child_process_host_impl.h b/content/browser/browser_child_process_host_impl.h
|
| index 3bcab7c44f9b2fb238bef0321ad63fa332ea8b6e..594c611ab8cf8faddfc8a6965ff907272f2412d7 100644
|
| --- a/content/browser/browser_child_process_host_impl.h
|
| +++ b/content/browser/browser_child_process_host_impl.h
|
| @@ -43,13 +43,7 @@ class CONTENT_EXPORT BrowserChildProcessHostImpl
|
| // BrowserChildProcessHost implementation:
|
| virtual bool Send(IPC::Message* message) OVERRIDE;
|
| virtual void Launch(
|
| -#if defined(OS_WIN)
|
| SandboxedProcessLauncherDelegate* delegate,
|
| - bool launch_elevated,
|
| -#elif defined(OS_POSIX)
|
| - bool use_zygote,
|
| - const base::EnvironmentMap& environ,
|
| -#endif
|
| CommandLine* cmd_line) OVERRIDE;
|
| virtual const ChildProcessData& GetData() const OVERRIDE;
|
| virtual ChildProcessHost* GetHost() const OVERRIDE;
|
|
|