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

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

Issue 2678123003: Revert of Convert MediaRouter mojom apis to intake url::Origin objects instead of strings (Closed)
Patch Set: Created 3 years, 10 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/test/media_router/media_router_e2e_browsertest.h
diff --git a/chrome/test/media_router/media_router_e2e_browsertest.h b/chrome/test/media_router/media_router_e2e_browsertest.h
index d051a1d54e54fb1972a025c4416bfab9fd7abcac..c01681bfa62c80b6dc425b4441cda0a0f69f83d7 100644
--- a/chrome/test/media_router/media_router_e2e_browsertest.h
+++ b/chrome/test/media_router/media_router_e2e_browsertest.h
@@ -44,7 +44,7 @@
// requesting JoinRoute() must have the same origin as the page that
// requested CreateRoute()).
void CreateMediaRoute(const MediaSource& source,
- const url::Origin& origin,
+ const GURL& origin,
content::WebContents* web_contents);
// Stops the established media route and unregisters |observer_|.

Powered by Google App Engine
This is Rietveld 408576698