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

Unified Diff: services/file/file_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/catalog/catalog.cc ('k') | services/file/file_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/file/file_service.h
diff --git a/services/file/file_service.h b/services/file/file_service.h
index 6ec9e1e8e1557d1c7cd2e60d0c0ede144972b04d..58831b51ae4c67d9e2661bcbdb9e6c9d4b3ea53c 100644
--- a/services/file/file_service.h
+++ b/services/file/file_service.h
@@ -33,8 +33,8 @@ class FileService
private:
// |Service| override:
- 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;
// |InterfaceFactory<mojom::FileSystem>| implementation:
« no previous file with comments | « services/catalog/catalog.cc ('k') | services/file/file_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698