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

Unified Diff: content/public/test/test_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: content/public/test/test_service.h
diff --git a/content/public/test/test_service.h b/content/public/test/test_service.h
index ee276e73c1f9eeb00fd9cb04464fa6cde665b2af..8acc9de59fb137a5e90e15081020f423ac21ad6c 100644
--- a/content/public/test/test_service.h
+++ b/content/public/test/test_service.h
@@ -29,7 +29,7 @@ class TestService
private:
// service_manager::Service:
- bool OnConnect(const service_manager::Identity& remote_identity,
+ bool OnConnect(const service_manager::ServiceInfo& remote_info,
service_manager::InterfaceRegistry* registry) override;
// service_manager::InterfaceFactory<mojom::TestService>:
« no previous file with comments | « content/common/service_manager/service_manager_connection_impl.cc ('k') | content/public/test/test_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698