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

Unified Diff: chrome/browser/media/router/mock_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/mock_media_router.h
diff --git a/chrome/browser/media/router/mock_media_router.h b/chrome/browser/media/router/mock_media_router.h
index b37f6f4f08dad78d819a5b38885706827b4751fb..4bb07bfa648197207fcb9e31f839a041b9c4a55f 100644
--- a/chrome/browser/media/router/mock_media_router.h
+++ b/chrome/browser/media/router/mock_media_router.h
@@ -78,7 +78,7 @@ class MockMediaRouter : public MediaRouterBase {
const std::string& domain,
const MediaSinkSearchResponseCallback& sink_callback));
MOCK_METHOD2(ProvideSinks,
- void(const std::string&, const std::vector<MediaSinkInternal>&));
+ void(const std::string&, std::vector<MediaSinkInternal>));
MOCK_METHOD1(OnPresentationSessionDetached,
void(const MediaRoute::Id& route_id));
std::unique_ptr<PresentationConnectionStateSubscription>
« no previous file with comments | « chrome/browser/media/router/media_router_factory.cc ('k') | chrome/browser/media/router/mojo/media_router_mojo_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698