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

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

Issue 1846673002: [Media Router] Conditionally enable mDNS on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2661
Patch Set: Patch-up newly-added test. 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
« no previous file with comments | « chrome/browser/media/router/media_router_mojo_test.cc ('k') | chrome/browser/media/router/test_helper.h » ('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 193cba3b95e74a59ad1210bb3f70f3b1816b7716..8feddd9e9d2aac5439f7502c626b82484b656143 100644
--- a/chrome/browser/media/router/mock_media_router.h
+++ b/chrome/browser/media/router/mock_media_router.h
@@ -66,6 +66,7 @@ class MockMediaRouter : public MediaRouter {
const SendRouteMessageCallback& callback));
MOCK_METHOD1(AddIssue, void(const Issue& issue));
MOCK_METHOD1(ClearIssue, void(const Issue::Id& issue_id));
+ MOCK_METHOD0(OnUserGesture, void());
MOCK_METHOD1(OnPresentationSessionDetached,
void(const MediaRoute::Id& route_id));
scoped_ptr<PresentationConnectionStateSubscription>
« no previous file with comments | « chrome/browser/media/router/media_router_mojo_test.cc ('k') | chrome/browser/media/router/test_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698