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

Unified Diff: chrome/browser/media/android/router/media_router_android.cc

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/android/router/media_router_android.cc
diff --git a/chrome/browser/media/android/router/media_router_android.cc b/chrome/browser/media/android/router/media_router_android.cc
index 949e87786c3a20cc75d28de704d6e170b958bf46..4ca58a1cf8a9e99cbca480f8559ab8a3291bbf6a 100644
--- a/chrome/browser/media/android/router/media_router_android.cc
+++ b/chrome/browser/media/android/router/media_router_android.cc
@@ -148,9 +148,8 @@ void MediaRouterAndroid::SearchSinks(
NOTIMPLEMENTED();
}
-void MediaRouterAndroid::ProvideSinks(
- const std::string& provider_name,
- const std::vector<MediaSinkInternal>& sinks) {
+void MediaRouterAndroid::ProvideSinks(const std::string& provider_name,
+ std::vector<MediaSinkInternal> sinks) {
NOTIMPLEMENTED();
}
« no previous file with comments | « chrome/browser/media/android/router/media_router_android.h ('k') | chrome/browser/media/router/discovery/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698