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

Unified Diff: chrome/service/service_utility_process_host.h

Issue 98603007: Launches a privileged utility process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moves whitelist to a new file, adds new OWNERS reviewers for that file. Also fixes ordering of met… Created 6 years, 10 months 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: chrome/service/service_utility_process_host.h
diff --git a/chrome/service/service_utility_process_host.h b/chrome/service/service_utility_process_host.h
index 6876a616f1d5bccad72c02fb3063bf505c93b63a..ac270d3764fd6e5091744dfc5dd825a39e15b738 100644
--- a/chrome/service/service_utility_process_host.h
+++ b/chrome/service/service_utility_process_host.h
@@ -111,6 +111,7 @@ class ServiceUtilityProcessHost : public content::ChildProcessHostDelegate {
// ChildProcessHostDelegate implementation:
virtual void OnChildDisconnected() OVERRIDE;
virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
+ virtual base::ProcessHandle GetHandle() const OVERRIDE;
private:
// Starts a process. Returns true iff it succeeded. |exposed_dir| is the

Powered by Google App Engine
This is Rietveld 408576698