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

Unified Diff: ui/ozone/public/ozone_platform.cc

Issue 2795883002: Eliminate OnConnect usage (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 | « ui/ozone/public/ozone_platform.h ('k') | ui/views/mus/views_mus_test_suite.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/public/ozone_platform.cc
diff --git a/ui/ozone/public/ozone_platform.cc b/ui/ozone/public/ozone_platform.cc
index ff426d5c26c7109e145e2bf2b63dac2cca32d1a0..5d367a496e2576162b2392a65310c356f0d7c3e1 100644
--- a/ui/ozone/public/ozone_platform.cc
+++ b/ui/ozone/public/ozone_platform.cc
@@ -93,7 +93,6 @@ base::MessageLoop::Type OzonePlatform::GetMessageLoopTypeForGpu() {
return base::MessageLoop::TYPE_DEFAULT;
}
-void OzonePlatform::AddInterfaces(
- service_manager::InterfaceRegistry* registry) {}
+void OzonePlatform::AddInterfaces(service_manager::BinderRegistry* registry) {}
} // namespace ui
« no previous file with comments | « ui/ozone/public/ozone_platform.h ('k') | ui/views/mus/views_mus_test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698