Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2074)

Unified Diff: content/public/utility/content_utility_client.h

Issue 2079943002: Change RenderFrame to use InterfaceRegistry et al. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@a2
Patch Set: . Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/test/mock_render_thread.cc ('k') | content/renderer/bluetooth/web_bluetooth_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {}
« no previous file with comments | « content/public/test/mock_render_thread.cc ('k') | content/renderer/bluetooth/web_bluetooth_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698