| 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 55fa31d82c9e39883abec75c8a3a623451d751d8..df0435f703fc8978a8544f958a2cd06bcbfcf0aa 100644
|
| --- a/content/browser/utility_process_host_impl.h
|
| +++ b/content/browser/utility_process_host_impl.h
|
| @@ -59,6 +59,7 @@ class CONTENT_EXPORT UtilityProcessHostImpl
|
| bool Start() override;
|
| service_manager::InterfaceProvider* GetRemoteInterfaces() override;
|
| void SetName(const base::string16& name) override;
|
| + void RegisterMojoServices() override;
|
|
|
| void set_child_flags(int flags) { child_flags_ = flags; }
|
|
|
|
|