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

Unified Diff: content/public/renderer/content_renderer_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/gpu/content_gpu_client.h ('k') | content/public/renderer/render_frame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/renderer/content_renderer_client.h
diff --git a/content/public/renderer/content_renderer_client.h b/content/public/renderer/content_renderer_client.h
index 579335b5152a642a72ba09abf07d06082ba78ce1..9d9785183af35374fd715068346d79035b56020b 100644
--- a/content/public/renderer/content_renderer_client.h
+++ b/content/public/renderer/content_renderer_client.h
@@ -67,13 +67,16 @@ class MediaLog;
class RendererFactory;
}
+namespace shell {
+class InterfaceRegistry;
+}
+
namespace content {
class BrowserPluginDelegate;
class DocumentState;
class MediaStreamRendererFactory;
class RenderFrame;
class RenderView;
-class ServiceRegistry;
class SynchronousCompositor;
struct WebPluginInfo;
@@ -352,9 +355,10 @@ class CONTENT_EXPORT ContentRendererClient {
virtual void DidInitializeWorkerContextOnWorkerThread(
v8::Local<v8::Context> context) {}
- // Adds service factories to the process-wide ServiceRegistry the host is
- // connected to.
- virtual void RegisterProcessMojoServices(ServiceRegistry* service_registry) {}
+ // Adds interface factories to the process-wide shell::InterfaceRegistry the
+ // browser is connected to.
+ virtual void RegisterProcessMojoInterfaces(
+ shell::InterfaceRegistry* interface_registry) {}
};
} // namespace content
« no previous file with comments | « content/public/gpu/content_gpu_client.h ('k') | content/public/renderer/render_frame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698