| 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 ab27d2055f639f7812f329f5f17aa85c74d7f962..fd1fad91cf6d9b6ca05462a201a86c149a0ee38c 100644
|
| --- a/chrome/service/service_utility_process_host.h
|
| +++ b/chrome/service/service_utility_process_host.h
|
| @@ -121,6 +121,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
|
|
|