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

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

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_ui_shim.h ('k') | content/browser/mojo_sandbox_browsertest.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.cc
diff --git a/content/browser/gpu/gpu_process_host_ui_shim.cc b/content/browser/gpu/gpu_process_host_ui_shim.cc
index 1a910cbc1129d1ad9daaa60600d2136bbf2c05f7..1eed9f97c4d1082e3261788248e7da253e417976 100644
--- a/content/browser/gpu/gpu_process_host_ui_shim.cc
+++ b/content/browser/gpu/gpu_process_host_ui_shim.cc
@@ -29,8 +29,8 @@
#if defined(OS_ANDROID)
#include "content/public/browser/android/java_interfaces.h"
#include "media/mojo/interfaces/android_overlay.mojom.h"
+#include "services/service_manager/public/cpp/binder_registry.h"
#include "services/service_manager/public/cpp/interface_provider.h"
-#include "services/service_manager/public/cpp/interface_registry.h"
#endif
#if defined(USE_OZONE)
@@ -147,7 +147,7 @@ GpuProcessHostUIShim::~GpuProcessHostUIShim() {
#if defined(OS_ANDROID)
// static
void GpuProcessHostUIShim::RegisterUIThreadMojoInterfaces(
- service_manager::InterfaceRegistry* registry) {
+ service_manager::BinderRegistry* registry) {
registry->AddInterface(base::Bind(
&BindJavaInterfaceOnUIThread<media::mojom::AndroidOverlayProvider>));
}
« no previous file with comments | « content/browser/gpu/gpu_process_host_ui_shim.h ('k') | content/browser/mojo_sandbox_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698