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

Unified Diff: chrome/browser/media/router/mojo/media_router_mojo_test.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/browser/media/router/mojo/media_router_mojo_test.h
diff --git a/chrome/browser/media/router/mojo/media_router_mojo_test.h b/chrome/browser/media/router/mojo/media_router_mojo_test.h
index b978c6d4f8ac3dce810efb98137b475e6be02d6f..72609c897287e29047a4bb6de154e154f6e61f6f 100644
--- a/chrome/browser/media/router/mojo/media_router_mojo_test.h
+++ b/chrome/browser/media/router/mojo/media_router_mojo_test.h
@@ -34,7 +34,7 @@
void(const std::string& source_urn,
const std::string& sink_id,
const std::string& presentation_id,
- const url::Origin& origin,
+ const std::string& origin,
int tab_id,
base::TimeDelta timeout,
bool incognito,
@@ -42,7 +42,7 @@
MOCK_METHOD7(JoinRoute,
void(const std::string& source_urn,
const std::string& presentation_id,
- const url::Origin& origin,
+ const std::string& origin,
int tab_id,
base::TimeDelta timeout,
bool incognito,
@@ -51,7 +51,7 @@
void(const std::string& source_urn,
const std::string& route_id,
const std::string& presentation_id,
- const url::Origin& origin,
+ const std::string& origin,
int tab_id,
base::TimeDelta timeout,
bool incognito,

Powered by Google App Engine
This is Rietveld 408576698