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 |