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

Unified Diff: ui/file_manager/externs/chrome_cast.js

Issue 1987173002: Video Player: Support Media Router to cast Drive videos. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review comments. Created 4 years, 7 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 | « no previous file | ui/file_manager/video_player/css/media_controls.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/externs/chrome_cast.js
diff --git a/ui/file_manager/externs/chrome_cast.js b/ui/file_manager/externs/chrome_cast.js
index f1e26c18081d2e6b4fe11aaffaf7494f3ca847a2..7642bf3b0c3941bc80d954bebdb706ddd441a35c 100644
--- a/ui/file_manager/externs/chrome_cast.js
+++ b/ui/file_manager/externs/chrome_cast.js
@@ -574,7 +574,13 @@ chrome.cast.ReceiverActionListener;
/**
* @type {boolean}
*/
-chrome.cast.isAvailable = false;
+chrome.cast.isAvailable;
+
+
+/**
+ * @type {boolean}
+ */
+chrome.cast.usingPresentationApi;
/**
« no previous file with comments | « no previous file | ui/file_manager/video_player/css/media_controls.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698