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

Unified Diff: chrome/test/media_router/media_router_e2e_browsertest.cc

Issue 1784533004: [Media Router] Add origins to sink query results. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix 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/chrome_tests_unit.gypi ('k') | chrome/test/media_router/test_media_sinks_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/media_router/media_router_e2e_browsertest.cc
diff --git a/chrome/test/media_router/media_router_e2e_browsertest.cc b/chrome/test/media_router/media_router_e2e_browsertest.cc
index 6b232d61c6dc69afc72c8867cee60cecbddc9f9c..542be1b42eb2e5a1b7ad96cb9ae3e1d244841d29 100644
--- a/chrome/test/media_router/media_router_e2e_browsertest.cc
+++ b/chrome/test/media_router/media_router_e2e_browsertest.cc
@@ -82,7 +82,7 @@ void MediaRouterE2EBrowserTest::CreateMediaRoute(
const GURL& origin,
content::WebContents* web_contents) {
DCHECK(media_router_);
- observer_.reset(new TestMediaSinksObserver(media_router_, source));
+ observer_.reset(new TestMediaSinksObserver(media_router_, source, origin));
observer_->Init();
DVLOG(1) << "Receiver name: " << receiver();
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/test/media_router/test_media_sinks_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698