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

Unified Diff: chrome/browser/media/router/media_route.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
« no previous file with comments | « chrome/browser/media/router/media_route.h ('k') | chrome/browser/media/router/media_route_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/router/media_route.cc
diff --git a/chrome/browser/media/router/media_route.cc b/chrome/browser/media/router/media_route.cc
index 6a7fbbd69b59ef0185f7228cda872892184faa41..fd35ba3478ed0fabdc0bebef285b2598d68efb46 100644
--- a/chrome/browser/media/router/media_route.cc
+++ b/chrome/browser/media/router/media_route.cc
@@ -23,7 +23,7 @@ MediaRoute::MediaRoute(const MediaRoute::Id& media_route_id,
is_local_(is_local),
custom_controller_path_(custom_controller_path),
for_display_(for_display),
- off_the_record_(false) {}
+ incognito_(false) {}
MediaRoute::MediaRoute(const MediaRoute& other) = default;
« no previous file with comments | « chrome/browser/media/router/media_route.h ('k') | chrome/browser/media/router/media_route_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698