| Index: content/browser/child_process_launcher.h
|
| diff --git a/content/browser/child_process_launcher.h b/content/browser/child_process_launcher.h
|
| index 7ce780551f462f9c458b730b9ed0ef3a1cadd03c..adde254f41f0fd51d3b30bceaf2970d04e64586c 100644
|
| --- a/content/browser/child_process_launcher.h
|
| +++ b/content/browser/child_process_launcher.h
|
| @@ -47,6 +47,14 @@ class CONTENT_EXPORT ChildProcessLauncher {
|
| CommandLine* cmd_line,
|
| int child_process_id,
|
| Client* client);
|
| +#if defined(OS_WIN)
|
| + ChildProcessLauncher(
|
| + SandboxedProcessLauncherDelegate* delegate,
|
| + bool elevate,
|
| + CommandLine* cmd_line,
|
| + int child_process_id,
|
| + Client* client);
|
| +#endif
|
| ~ChildProcessLauncher();
|
|
|
| // True if the process is being launched and so the handle isn't available.
|
|
|