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

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

Issue 1507743005: [MediaRouter] Renames CloseRoute() to Terminate() and creates DetachRoute() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix android build Created 5 years 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.cc
diff --git a/chrome/test/media_router/media_router_e2e_browsertest.cc b/chrome/test/media_router/media_router_e2e_browsertest.cc
index b2bc139386952989659e37e95f728d08c39f820c..5395ab75a8be3faa9e75977f74ec3b478465d151 100644
--- a/chrome/test/media_router/media_router_e2e_browsertest.cc
+++ b/chrome/test/media_router/media_router_e2e_browsertest.cc
@@ -114,8 +114,7 @@ void MediaRouterE2EBrowserTest::CreateMediaRoute(
void MediaRouterE2EBrowserTest::StopMediaRoute() {
ASSERT_FALSE(route_id_.empty());
-
- media_router_->CloseRoute(route_id_);
+ media_router_->TerminateRoute(route_id_);
}
bool MediaRouterE2EBrowserTest::IsSinkDiscovered() const {
« no previous file with comments | « chrome/browser/ui/webui/media_router/media_router_ui.cc ('k') | content/browser/presentation/presentation_service_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698