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..23da5be3f9d1c107d25d9b745cdfb6f68a3c4ebc 100644 |
--- a/content/browser/utility_process_host_impl.h |
+++ b/content/browser/utility_process_host_impl.h |
@@ -57,7 +57,8 @@ class CONTENT_EXPORT UtilityProcessHostImpl |
void SetEnv(const base::EnvironmentMap& env) override; |
#endif |
bool Start() override; |
- service_manager::InterfaceProvider* GetRemoteInterfaces() override; |
+ void BindInterface(const std::string& interface_name, |
+ mojo::ScopedMessagePipeHandle interface_pipe) override; |
void SetName(const base::string16& name) override; |
void set_child_flags(int flags) { child_flags_ = flags; } |