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

Unified Diff: services/ui/demo/mus_demo_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
« no previous file with comments | « services/tracing/service.cc ('k') | services/ui/demo/mus_demo_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/demo/mus_demo_service.h
diff --git a/services/ui/demo/mus_demo_service.h b/services/ui/demo/mus_demo_service.h
index 186b9c2b0960ec73327beb71802b93c015547b42..89605f1f4c92caf40369bb76de0b4a56f6419ca2 100644
--- a/services/ui/demo/mus_demo_service.h
+++ b/services/ui/demo/mus_demo_service.h
@@ -21,8 +21,8 @@ class MusDemoService : public service_manager::Service {
private:
// Overrides shell::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;
std::unique_ptr<MusDemo> mus_demo_;
« no previous file with comments | « services/tracing/service.cc ('k') | services/ui/demo/mus_demo_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698