| Index: content/browser/utility_process_host_impl.h
|
| diff --git a/content/browser/utility_process_host_impl.h b/content/browser/utility_process_host_impl.h
|
| index 46dc6bf2486f91282c3587efabd3a6f9f65d7915..259749502083381c0646f95d4bfea6d519be3701 100644
|
| --- a/content/browser/utility_process_host_impl.h
|
| +++ b/content/browser/utility_process_host_impl.h
|
| @@ -57,7 +57,7 @@ class CONTENT_EXPORT UtilityProcessHostImpl
|
| #if defined(OS_POSIX)
|
| void SetEnv(const base::EnvironmentMap& env) override;
|
| #endif
|
| - bool StartMojoMode() override;
|
| + bool Start() override;
|
| ServiceRegistry* GetServiceRegistry() override;
|
| void SetName(const base::string16& name) override;
|
|
|
|
|