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

Unified Diff: content/public/gpu/content_gpu_client.h

Issue 2099063002: Migrate RenderProcessHost, ChildThread to InterfaceRegistry/Provider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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/child/child_thread.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 971e53a8afa8e79733f63101e4d2f4af0b4fe826..25fee787c6db08d201e8a43d481812a1a0ccb790 100644
--- a/content/public/gpu/content_gpu_client.h
+++ b/content/public/gpu/content_gpu_client.h
@@ -28,10 +28,9 @@ 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 interfaces in |registry| on the GPU process.
- // The registered interfaces will be exposed to the browser process through
- // GpuProcessHost.
- virtual void RegisterMojoInterfaces(shell::InterfaceRegistry* registry) {}
+ // Allows the client to expose interfaces from the GPU process to the browser
+ // process via |registry|.
+ virtual void ExposeInterfacesToBrowser(shell::InterfaceRegistry* registry) {}
// Allows client to supply a SyncPointManager instance instead of having
// content internally create one.
« no previous file with comments | « content/public/child/child_thread.h ('k') | content/public/renderer/content_renderer_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698