Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(275)

Unified Diff: content/browser/child_process_launcher.h

Issue 98603007: Launches a privileged utility process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Actually works now. Removes unnecessary logging. Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698