| 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 fa1331d84de0c4fb9ac4aab0c460328868ac20ff..7e066a1e8f36a70ce7c9e764437ac49d7f108c8c 100644
|
| --- a/chrome/service/service_utility_process_host.h
|
| +++ b/chrome/service/service_utility_process_host.h
|
| @@ -99,7 +99,7 @@ class ServiceUtilityProcessHost : public ServiceChildProcessHost {
|
| virtual FilePath GetUtilityProcessCmd();
|
|
|
| // Overriden from ChildProcessHost.
|
| - virtual bool CanShutdown() { return true; }
|
| + virtual bool CanShutdown();
|
| virtual void OnChildDied();
|
|
|
| private:
|
|
|