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

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

Issue 2112673002: Removing references to Off the Record from MediaRouter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More refactoring on rebased code Created 4 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
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 482fda3e91d8a15c263190ac11efdeb373ffa072..1a29bc17a54394d1b3e08c93aef44dcf458b2ce5 100644
--- a/chrome/test/media_router/media_router_e2e_browsertest.cc
+++ b/chrome/test/media_router/media_router_e2e_browsertest.cc
@@ -102,7 +102,7 @@ void MediaRouterE2EBrowserTest::CreateMediaRoute(
base::Unretained(this)));
media_router_->CreateRoute(source.id(), sink.id(), origin, web_contents,
route_response_callbacks, base::TimeDelta(),
- is_off_the_record());
+ is_incognito());
// Wait for the route request to be fulfilled (and route to be started).
ASSERT_TRUE(ConditionalWait(
« no previous file with comments | « chrome/test/media_router/media_router_base_browsertest.h ('k') | extensions/renderer/resources/media_router_bindings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698