| Index: content/public/utility/content_utility_client.h
|
| diff --git a/content/public/utility/content_utility_client.h b/content/public/utility/content_utility_client.h
|
| index 7dc3810bcb7fc6280c949c616653dc30165dcf16..081bccc9d5c7bc45fad0ad402eb6fc587b3af4af 100644
|
| --- a/content/public/utility/content_utility_client.h
|
| +++ b/content/public/utility/content_utility_client.h
|
| @@ -15,13 +15,12 @@
|
| class GURL;
|
|
|
| namespace shell {
|
| +class InterfaceRegistry;
|
| class ShellClient;
|
| }
|
|
|
| namespace content {
|
|
|
| -class ServiceRegistry;
|
| -
|
| // Embedder API for participating in renderer logic.
|
| class CONTENT_EXPORT ContentUtilityClient {
|
| public:
|
| @@ -35,8 +34,8 @@ class CONTENT_EXPORT ContentUtilityClient {
|
| // Allows the embedder to filter messages.
|
| virtual bool OnMessageReceived(const IPC::Message& message);
|
|
|
| - // Registers Mojo services.
|
| - virtual void RegisterMojoServices(ServiceRegistry* registry) {}
|
| + // Registers Mojo interfaces.
|
| + virtual void RegisterMojoInterfaces(shell::InterfaceRegistry* registry) {}
|
|
|
| // Registers Mojo applications.
|
| virtual void RegisterMojoApplications(StaticMojoApplicationMap* apps) {}
|
|
|