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

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

Issue 2755813002: Begin to wean child processes off reliance on a persistent service_manager::Connection to the brows… (Closed)
Patch Set: . Created 3 years, 9 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/test/mock_render_thread.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 a9467c68f6786dd22b6887c295b933145b54189d..ed348127eb9dafb3dc4bd1e7c9ca01ea51265e3d 100644
--- a/content/public/gpu/content_gpu_client.h
+++ b/content/public/gpu/content_gpu_client.h
@@ -14,7 +14,7 @@ struct GpuPreferences;
}
namespace service_manager {
-class InterfaceProvider;
+class Connector;
class InterfaceRegistry;
}
@@ -38,7 +38,7 @@ class CONTENT_EXPORT ContentGpuClient {
// Allow the client to bind interfaces exposed by the browser process.
virtual void ConsumeInterfacesFromBrowser(
- service_manager::InterfaceProvider* provider) {}
+ service_manager::Connector* connector) {}
// 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/test/mock_render_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698