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

Unified Diff: chrome/browser/media/android/router/media_router_android.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 | « no previous file | chrome/browser/media/android/router/media_router_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/android/router/media_router_android.h
diff --git a/chrome/browser/media/android/router/media_router_android.h b/chrome/browser/media/android/router/media_router_android.h
index ed887ffbb493ae794270d9fcaafecf3578776cf2..98aa7b7fde41ad9bcf8bc9681e71ef83bb68d0f9 100644
--- a/chrome/browser/media/android/router/media_router_android.h
+++ b/chrome/browser/media/android/router/media_router_android.h
@@ -71,7 +71,7 @@ class MediaRouterAndroid : public MediaRouterBase {
const std::string& domain,
const MediaSinkSearchResponseCallback& sink_callback) override;
void ProvideSinks(const std::string& provider_name,
- const std::vector<MediaSinkInternal>& sinks) override;
+ std::vector<MediaSinkInternal> sinks) override;
// The methods called by the Java bridge.
// Notifies the media router that information about sinks is received for
« no previous file with comments | « no previous file | chrome/browser/media/android/router/media_router_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698