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

Unified Diff: services/native_viewport/ozone/app_delegate_ozone.cc

Issue 1979723002: ApplicationConnection devolution, part 3. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 7 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 | « services/native_viewport/ozone/app_delegate_ozone.h ('k') | services/prediction/prediction_service_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/native_viewport/ozone/app_delegate_ozone.cc
diff --git a/services/native_viewport/ozone/app_delegate_ozone.cc b/services/native_viewport/ozone/app_delegate_ozone.cc
index 2750fc896e1269d53cfb7464d698e3cd2496490b..22d964ffad618143933d3b2cd1d08384bde452a7 100644
--- a/services/native_viewport/ozone/app_delegate_ozone.cc
+++ b/services/native_viewport/ozone/app_delegate_ozone.cc
@@ -24,8 +24,9 @@ void NativeViewportOzoneAppDelegate::Initialize(
}
bool NativeViewportOzoneAppDelegate::ConfigureIncomingConnection(
- ApplicationConnection* connection) {
- if (!NativeViewportAppDelegate::ConfigureIncomingConnection(connection))
+ ServiceProviderImpl* service_provider_impl) {
+ if (!NativeViewportAppDelegate::ConfigureIncomingConnection(
+ service_provider_impl))
return false;
auto ipc_init_helper = static_cast<ui::IpcInitHelperMojo*>(
« no previous file with comments | « services/native_viewport/ozone/app_delegate_ozone.h ('k') | services/prediction/prediction_service_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698