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

Unified Diff: services/video_capture/video_capture_service.cc

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/video_capture/video_capture_service.cc
diff --git a/services/video_capture/video_capture_service.cc b/services/video_capture/video_capture_service.cc
index f23bde1dcec4933fd8cde6ad0682a2d09bef8e56..78d3f6e9690ebd28313c1e9ba4423b56c91be4a5 100644
--- a/services/video_capture/video_capture_service.cc
+++ b/services/video_capture/video_capture_service.cc
@@ -29,7 +29,7 @@ VideoCaptureService::VideoCaptureService() = default;
VideoCaptureService::~VideoCaptureService() = default;
bool VideoCaptureService::OnConnect(
- const service_manager::Identity& remote_identity,
+ const service_manager::ServiceInfo& remote_info,
service_manager::InterfaceRegistry* registry) {
registry->AddInterface<mojom::VideoCaptureService>(this);
return true;

Powered by Google App Engine
This is Rietveld 408576698