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

Unified Diff: chrome/browser/resources/media_router/elements/media_router_container/media_router_container.js

Issue 1898953002: [Media Router WebUI] Handle route details in incognito. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/resources/media_router/elements/media_router_container/media_router_container.js
diff --git a/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.js b/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.js
index 5cdbb30e01befe872da983eea59d5ae454176c99..d700f4c29a15a33cc59d783437ee369d17f8d0fa 100644
--- a/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.js
+++ b/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.js
@@ -121,6 +121,15 @@ Polymer({
},
/**
+ * Whether the browser is currently incognito.
+ * @type {boolean}
+ */
+ isOffTheRecord: {
+ type: Boolean,
+ value: false,
+ },
+
+ /**
* Whether the search input is currently focused. This is used to prevent
* window focus/blur events from interfering with input-focus-dependent
* operations.

Powered by Google App Engine
This is Rietveld 408576698