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

Unified Diff: services/catalog/catalog.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 | « services/catalog/catalog.h ('k') | services/file/file_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/catalog/catalog.cc
diff --git a/services/catalog/catalog.cc b/services/catalog/catalog.cc
index ef6d7c350a26769c2994094125fca522b67bd140..6aa0856d6e3ffa7378f64096a65b84fb55cef59e 100644
--- a/services/catalog/catalog.cc
+++ b/services/catalog/catalog.cc
@@ -115,7 +115,7 @@ void Catalog::ScanSystemPackageDir() {
weak_factory_.GetWeakPtr()));
}
-bool Catalog::OnConnect(const service_manager::Identity& remote_identity,
+bool Catalog::OnConnect(const service_manager::ServiceInfo& remote_info,
service_manager::InterfaceRegistry* registry) {
registry->AddInterface<mojom::Catalog>(this);
registry->AddInterface<mojom::CatalogControl>(this);
« no previous file with comments | « services/catalog/catalog.h ('k') | services/file/file_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698