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

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

Issue 823583005: Add type annotations to caster.js. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/js/cast/caster.js » ('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 77e2ba9cb8519066b7a6857fe91f601da3d4dfd0..f342352a4ac6d7f2ebab9dcf8e5f37d9e365dd6c 100644
--- a/ui/file_manager/externs/chrome_cast.js
+++ b/ui/file_manager/externs/chrome_cast.js
@@ -334,7 +334,8 @@ chrome.cast.Volume.prototype.muted;
/**
* @param {!chrome.cast.SessionRequest} sessionRequest
* @param {function(!chrome.cast.Session)} sessionListener
- * @param {function(!chrome.cast.ReceiverAvailability)} receiverListener
+ * @param {function(!chrome.cast.ReceiverAvailability,Array.<Object>)}
+ * receiverListener
* @param {chrome.cast.AutoJoinPolicy=} opt_autoJoinPolicy
* @param {chrome.cast.DefaultActionPolicy=} opt_defaultActionPolicy
* @constructor
« no previous file with comments | « no previous file | ui/file_manager/video_player/js/cast/caster.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698