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

Unified Diff: chrome/common/media_router/discovery/media_sink_service.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
« no previous file with comments | « chrome/browser/media/router/mojo/media_router_mojo_test.cc ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/media_router/discovery/media_sink_service.h
diff --git a/chrome/common/media_router/discovery/media_sink_service.h b/chrome/common/media_router/discovery/media_sink_service.h
index 5f88cf916e743ee61fabcef3d5faa538de2d51ce..0fb11b5b8e5e659a02edbef26d2a63c0b5a46396 100644
--- a/chrome/common/media_router/discovery/media_sink_service.h
+++ b/chrome/common/media_router/discovery/media_sink_service.h
@@ -24,7 +24,7 @@ class MediaSinkService {
// Callback to be invoked when this class finishes sink discovering.
// Arg 0: Sinks discovered and resolved by the service.
using OnSinksDiscoveredCallback =
- base::Callback<void(const std::vector<MediaSinkInternal>&)>;
+ base::Callback<void(std::vector<MediaSinkInternal>)>;
explicit MediaSinkService(
const OnSinksDiscoveredCallback& sink_discovery_callback);
« no previous file with comments | « chrome/browser/media/router/mojo/media_router_mojo_test.cc ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698