| Index: chrome/utility/chrome_content_utility_client.h
|
| diff --git a/chrome/utility/chrome_content_utility_client.h b/chrome/utility/chrome_content_utility_client.h
|
| index e41d9a04724ae40c878065a8d7a465e6ec5d4d20..0d9c9552a5e3db7b4222d033008f87e6c3495cd4 100644
|
| --- a/chrome/utility/chrome_content_utility_client.h
|
| +++ b/chrome/utility/chrome_content_utility_client.h
|
| @@ -33,7 +33,7 @@ class ChromeContentUtilityClient : public content::ContentUtilityClient {
|
|
|
| void UtilityThreadStarted() override;
|
| bool OnMessageReceived(const IPC::Message& message) override;
|
| - void RegisterMojoInterfaces(shell::InterfaceRegistry* registry) override;
|
| + void ExposeInterfacesToBrowser(shell::InterfaceRegistry* registry) override;
|
|
|
| void AddHandler(std::unique_ptr<UtilityMessageHandler> handler);
|
|
|
|
|