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

Unified Diff: content/browser/gpu/gpu_process_host_ui_shim.h

Issue 2766263009: Convert content ConnectionFilter to OnBindInterface (Closed)
Patch Set: . Created 3 years, 8 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/browser/gpu/gpu_process_host.cc ('k') | content/browser/gpu/gpu_process_host_ui_shim.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/gpu/gpu_process_host_ui_shim.h
diff --git a/content/browser/gpu/gpu_process_host_ui_shim.h b/content/browser/gpu/gpu_process_host_ui_shim.h
index 68c1ea767234d7ca84e20027a596c53c0f9d719f..e7ad7846493425c6297f159c7e9475ebfbcba921 100644
--- a/content/browser/gpu/gpu_process_host_ui_shim.h
+++ b/content/browser/gpu/gpu_process_host_ui_shim.h
@@ -32,7 +32,7 @@ class Message;
}
namespace service_manager {
-class InterfaceRegistry;
+class BinderRegistry;
}
namespace content {
@@ -64,7 +64,7 @@ class GpuProcessHostUIShim : public IPC::Listener,
#if defined(OS_ANDROID)
// Register Mojo interfaces that must be bound on the UI thread.
static void RegisterUIThreadMojoInterfaces(
- service_manager::InterfaceRegistry* registry);
+ service_manager::BinderRegistry* registry);
#endif
private:
« no previous file with comments | « content/browser/gpu/gpu_process_host.cc ('k') | content/browser/gpu/gpu_process_host_ui_shim.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698