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

Unified Diff: chrome/browser/media/android/router/media_router_android.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/browser/media/android/router/media_router_android.cc
diff --git a/chrome/browser/media/android/router/media_router_android.cc b/chrome/browser/media/android/router/media_router_android.cc
index 98a26dc68007b86fb5979cc5c8ae426fc7d5323a..bf8b217e4e5948675a8364523ef2340ae0679bef 100644
--- a/chrome/browser/media/android/router/media_router_android.cc
+++ b/chrome/browser/media/android/router/media_router_android.cc
@@ -78,7 +78,7 @@ void MediaRouterAndroid::CreateRoute(
content::WebContents* web_contents,
const std::vector<MediaRouteResponseCallback>& callbacks,
base::TimeDelta timeout,
- bool off_the_record) {
+ bool incognito) {
// TODO(avayvod): Implement timeouts (crbug.com/583036).
if (!origin.is_valid()) {
std::unique_ptr<RouteRequestResult> result = RouteRequestResult::FromError(
@@ -134,7 +134,7 @@ void MediaRouterAndroid::ConnectRouteByRouteId(
content::WebContents* web_contents,
const std::vector<MediaRouteResponseCallback>& callbacks,
base::TimeDelta timeout,
- bool off_the_record) {
+ bool incognito) {
NOTIMPLEMENTED();
}
@@ -145,7 +145,7 @@ void MediaRouterAndroid::JoinRoute(
content::WebContents* web_contents,
const std::vector<MediaRouteResponseCallback>& callbacks,
base::TimeDelta timeout,
- bool off_the_record) {
+ bool incognito) {
// TODO(avayvod): Implement timeouts (crbug.com/583036).
if (!origin.is_valid()) {
std::unique_ptr<RouteRequestResult> result = RouteRequestResult::FromError(
« no previous file with comments | « chrome/browser/media/android/router/media_router_android.h ('k') | chrome/browser/media/router/media_route.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698