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

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

Issue 2062913002: [Media Router] Allow casting new media to sink with existing route. (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 d7bd5f79cecb7e1022abd0d23a58ab4a583c2494..93cced02f708a153c1b2636c88f21cb7ce5178c3 100644
--- a/chrome/browser/resources/media_router/media_router_data.js
+++ b/chrome/browser/resources/media_router/media_router_data.js
@@ -50,6 +50,7 @@ media_router.MediaRouterUserAction = {
STOP_LOCAL: 2,
CLOSE: 3,
STATUS_REMOTE: 4,
+ REPLACE_LOCAL_ROUTE: 5,
};
/**

Powered by Google App Engine
This is Rietveld 408576698