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

Unified Diff: services/ui/service.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/ui/service.h
diff --git a/services/ui/service.h b/services/ui/service.h
index 8e7e93c6552a5533a3e1a4acd29478743b442d20..ba58330de1d0fd08af7b4a10fb5926295180e2b4 100644
--- a/services/ui/service.h
+++ b/services/ui/service.h
@@ -100,8 +100,8 @@ class Service
void AddUserIfNecessary(const service_manager::Identity& remote_identity);
// service_manager::Service:
- void OnStart(const service_manager::Identity& identity) override;
- bool OnConnect(const service_manager::Identity& remote_identity,
+ void OnStart(const service_manager::ServiceInfo& info) override;
+ bool OnConnect(const service_manager::ServiceInfo& remote_info,
service_manager::InterfaceRegistry* registry) override;
// WindowServerDelegate:

Powered by Google App Engine
This is Rietveld 408576698