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

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

Issue 2679893002: [Media Router] Add ProvideSinks() Mojo API (Closed)
Patch Set: fix android compile error Created 3 years, 8 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/media_router.h ('k') | chrome/browser/media/router/mojo/media_router.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 5fe951bdc5edca876ab4cfdeb1536b96e52396fd..84d1764183bf1d8d95f6766f140a280ce7f67095 100644
--- a/chrome/browser/media/router/mock_media_router.h
+++ b/chrome/browser/media/router/mock_media_router.h
@@ -76,6 +76,8 @@ class MockMediaRouter : public MediaRouterBase {
const std::string& search_input,
const std::string& domain,
const MediaSinkSearchResponseCallback& sink_callback));
+ MOCK_METHOD2(ProvideSinks,
+ void(const std::string&, const 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.h ('k') | chrome/browser/media/router/mojo/media_router.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698