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

Unified Diff: chrome/browser/resources/media_router/media_router_data.js

Issue 2068593002: [Media Router] Assign each route a current cast mode if possible (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2743
Patch Set: Created 4 years, 6 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/media_router_data.js
diff --git a/chrome/browser/resources/media_router/media_router_data.js b/chrome/browser/resources/media_router/media_router_data.js
index 93cced02f708a153c1b2636c88f21cb7ce5178c3..7e3897001faf7615ccf2d470612ba420de1c7f3a 100644
--- a/chrome/browser/resources/media_router/media_router_data.js
+++ b/chrome/browser/resources/media_router/media_router_data.js
@@ -198,6 +198,9 @@ cr.define('media_router', function() {
/** @type {boolean} */
this.canJoin = canJoin;
+ /** @type {number|undefined} */
+ this.currentCastMode = undefined;
+
/** @type {?string} */
this.customControllerPath = customControllerPath;
};

Powered by Google App Engine
This is Rietveld 408576698