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

Unified Diff: mash/app_driver/app_driver.cc

Issue 2435153004: Change Service contract to pass ServiceInfo instead of Identity (Closed)
Patch Set: . Created 4 years, 2 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 | « mash/app_driver/app_driver.h ('k') | mash/browser/browser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/app_driver/app_driver.cc
diff --git a/mash/app_driver/app_driver.cc b/mash/app_driver/app_driver.cc
index 205223011be68492c17d17362de50261ec08dffb..f6bffccd79816d8c7ec8c08073ad976d397c81f9 100644
--- a/mash/app_driver/app_driver.cc
+++ b/mash/app_driver/app_driver.cc
@@ -86,11 +86,11 @@ void AppDriver::OnAvailableCatalogEntries(
}
}
-void AppDriver::OnStart(const service_manager::Identity& identity) {
+void AppDriver::OnStart(const service_manager::ServiceInfo& info) {
AddAccelerators();
}
-bool AppDriver::OnConnect(const service_manager::Identity& remote_identity,
+bool AppDriver::OnConnect(const service_manager::ServiceInfo& remote_info,
service_manager::InterfaceRegistry* registry) {
return true;
}
« no previous file with comments | « mash/app_driver/app_driver.h ('k') | mash/browser/browser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698