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

Unified Diff: content/public/gpu/content_gpu_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/browser/render_frame_host.h ('k') | content/public/renderer/content_renderer_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/gpu/content_gpu_client.h
diff --git a/content/public/gpu/content_gpu_client.h b/content/public/gpu/content_gpu_client.h
index 2c1f596199685d0e02820131b52039d37806ca81..971e53a8afa8e79733f63101e4d2f4af0b4fe826 100644
--- a/content/public/gpu/content_gpu_client.h
+++ b/content/public/gpu/content_gpu_client.h
@@ -12,9 +12,11 @@ namespace gpu {
class SyncPointManager;
}
-namespace content {
+namespace shell {
+class InterfaceRegistry;
+}
-class ServiceRegistry;
+namespace content {
// Embedder API for participating in gpu logic.
class CONTENT_EXPORT ContentGpuClient {
@@ -26,10 +28,10 @@ class CONTENT_EXPORT ContentGpuClient {
// which should be used to inform the browser process of this state.
virtual void Initialize(base::FieldTrialList::Observer* observer) {}
- // Allows client to register Mojo services in |registry| on the GPU process.
- // The registered services will be exposed to the browser process through
+ // Allows client to register Mojo interfaces in |registry| on the GPU process.
+ // The registered interfaces will be exposed to the browser process through
// GpuProcessHost.
- virtual void RegisterMojoServices(ServiceRegistry* registry) {}
+ virtual void RegisterMojoInterfaces(shell::InterfaceRegistry* registry) {}
// Allows client to supply a SyncPointManager instance instead of having
// content internally create one.
« no previous file with comments | « content/public/browser/render_frame_host.h ('k') | content/public/renderer/content_renderer_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698