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

Unified Diff: chrome/browser/media/router/mojo/media_router_mojo_test.h

Issue 1895783003: [Media Router] Wire through a new MRPM call to update media sinks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2704
Patch Set: Created 4 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
Index: chrome/browser/media/router/mojo/media_router_mojo_test.h
diff --git a/chrome/browser/media/router/mojo/media_router_mojo_test.h b/chrome/browser/media/router/mojo/media_router_mojo_test.h
index 6bd1ae1798ad72e3515fda6c98feec00c82a28df..e8f3eb423c9e15855228bcfaa240e4ad23246dfc 100644
--- a/chrome/browser/media/router/mojo/media_router_mojo_test.h
+++ b/chrome/browser/media/router/mojo/media_router_mojo_test.h
@@ -84,6 +84,7 @@ class MockMediaRouteProvider : public interfaces::MediaRouteProvider {
MOCK_METHOD1(StartObservingMediaRoutes, void(const mojo::String& source));
MOCK_METHOD1(StopObservingMediaRoutes, void(const mojo::String& source));
MOCK_METHOD0(EnableMdnsDiscovery, void());
+ MOCK_METHOD1(UpdateMediaSinks, void(const mojo::String& source));
private:
DISALLOW_COPY_AND_ASSIGN(MockMediaRouteProvider);
« no previous file with comments | « chrome/browser/media/router/mojo/media_router_mojo_metrics.h ('k') | chrome/browser/ui/webui/media_router/media_router_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698