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

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

Issue 1259333004: [MediaRouter]Wires up issue manager in MediaRouterMojoImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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/test_helper.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/router/test_helper.cc
diff --git a/chrome/browser/media/router/test_helper.cc b/chrome/browser/media/router/test_helper.cc
index 0657f1e938ec81b56a94a7ce12072759b382e123..e8d480790a5054a712900fedb45e8b96b26c4a75 100644
--- a/chrome/browser/media/router/test_helper.cc
+++ b/chrome/browser/media/router/test_helper.cc
@@ -6,6 +6,10 @@
namespace media_router {
+MockIssuesObserver::MockIssuesObserver(MediaRouter* router)
+ : IssuesObserver(router) {}
+MockIssuesObserver::~MockIssuesObserver() {}
+
MockMediaSinksObserver::MockMediaSinksObserver(MediaRouter* router,
const MediaSource& source)
: MediaSinksObserver(router, source) {
« no previous file with comments | « chrome/browser/media/router/test_helper.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698