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 80f9141b458f7fc10c8d2c8951268ba4d3bedf27..7b13f105105f73cced8e6cf8480c367d56d628fe 100644 |
--- a/chrome/service/service_utility_process_host.h |
+++ b/chrome/service/service_utility_process_host.h |
@@ -116,6 +116,8 @@ class ServiceUtilityProcessHost : public content::ChildProcessHostDelegate { |
void OnChildDisconnected() override; |
bool OnMessageReceived(const IPC::Message& message) override; |
const base::Process& GetProcess() const override; |
+ void BindInterface(const std::string& interface_name, |
+ mojo::ScopedMessagePipeHandle interface_pipe) override; |
private: |
// Starts a process. Returns true iff it succeeded. |