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

Unified Diff: services/keyboard/linux/main.cc

Issue 1975993002: Change InterfaceFactory<I>::Create() to take a ConnectionContext instead of an ApplicationConnectio… (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/icu_data/icu_data_impl.cc ('k') | services/log/log_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/keyboard/linux/main.cc
diff --git a/services/keyboard/linux/main.cc b/services/keyboard/linux/main.cc
index b74eaa70586b13f2a25b74695fc3558216b21b69..397a4f2a32b29982c0a227e3a7e191b79e00ba57 100644
--- a/services/keyboard/linux/main.cc
+++ b/services/keyboard/linux/main.cc
@@ -52,9 +52,8 @@ class KeyboardServiceApp
}
// |InterfaceFactory<KeyboardService>| implementation:
- void Create(
- mojo::ApplicationConnection* connection,
- mojo::InterfaceRequest<KeyboardServiceFactory> request) override {
+ void Create(const mojo::ConnectionContext& connection_context,
+ mojo::InterfaceRequest<KeyboardServiceFactory> request) override {
new KeyboardServiceFactoryImpl(request.Pass());
}
« no previous file with comments | « services/icu_data/icu_data_impl.cc ('k') | services/log/log_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698