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

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

Issue 1821823002: [Media Router] Conditionally enable mDNS on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Semicolon for Windows code Created 4 years, 9 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/test_helper.h
diff --git a/chrome/browser/media/router/test_helper.h b/chrome/browser/media/router/test_helper.h
index 057eb3946e74862bc1e32a40c0ce882e0029db44..c4e6bc99b5a7cb6da5b65f3579340e8cd6e87423 100644
--- a/chrome/browser/media/router/test_helper.h
+++ b/chrome/browser/media/router/test_helper.h
@@ -150,6 +150,7 @@ class MockMediaRouteProvider : public interfaces::MediaRouteProvider {
void(const mojo::String& route_id));
MOCK_METHOD1(StartObservingMediaRoutes, void(const mojo::String& source));
MOCK_METHOD1(StopObservingMediaRoutes, void(const mojo::String& source));
+ MOCK_METHOD0(EnableMdnsDiscovery, void());
private:
DISALLOW_COPY_AND_ASSIGN(MockMediaRouteProvider);
« no previous file with comments | « chrome/browser/media/router/mock_media_router.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