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

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: 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
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;
yoshiki 2016/05/19 07:23:37 nit: remove a line.
fukino 2016/05/19 08:11:06 In this file, it looks consistent to have 2 blank
/**

Powered by Google App Engine
This is Rietveld 408576698