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

Unified Diff: services/service_manager/tests/lifecycle/app_client.h

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
Index: services/service_manager/tests/lifecycle/app_client.h
diff --git a/services/service_manager/tests/lifecycle/app_client.h b/services/service_manager/tests/lifecycle/app_client.h
index 0a96ce3392d5e82659c655c8eb64398beab7899d..41423d68219c0ae2cfa6067609e2b594676f2b01 100644
--- a/services/service_manager/tests/lifecycle/app_client.h
+++ b/services/service_manager/tests/lifecycle/app_client.h
@@ -38,7 +38,7 @@ class AppClient : public Service,
}
// Service:
- bool OnConnect(const Identity& remote_identity,
+ bool OnConnect(const ServiceInfo& remote_info,
InterfaceRegistry* registry) override;
// InterfaceFactory<LifecycleControl>:
« no previous file with comments | « services/service_manager/tests/connect/connect_unittest.cc ('k') | services/service_manager/tests/lifecycle/app_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698