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

Unified Diff: chrome/browser/media/router/media_router.h

Issue 2837363002: [Media Router] Use DialMediaSinkService in MediaRouterMojoImpl (Closed)
Patch Set: resolve code review comments from Derek Created 3 years, 7 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: chrome/browser/media/router/media_router.h
diff --git a/chrome/browser/media/router/media_router.h b/chrome/browser/media/router/media_router.h
index c14a7302846abebb2215737f6f592fdb67ef7c92..0e2a873b80b76da6f17fccfa4f7b9caa8b80de60 100644
--- a/chrome/browser/media/router/media_router.h
+++ b/chrome/browser/media/router/media_router.h
@@ -178,7 +178,7 @@ class MediaRouter : public KeyedService {
// |provider_name|: Name of the MediaSinkService providing the sinks.
// |sinks|: sinks discovered by MediaSinkService.
virtual void ProvideSinks(const std::string& provider_name,
- const std::vector<MediaSinkInternal>& sinks) = 0;
+ std::vector<MediaSinkInternal> sinks) = 0;
// Adds |callback| to listen for state changes for presentation connected to
// |route_id|. The returned Subscription object is owned by the caller.
« no previous file with comments | « chrome/browser/media/router/discovery/media_sink_service_base.cc ('k') | chrome/browser/media/router/media_router_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698