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

Unified Diff: remoting/webapp/js_proto/dom_proto.js

Issue 466143003: Hangouts remote desktop part IV - Host installer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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
« remoting/webapp/host_installer.js ('K') | « remoting/webapp/host_installer.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/js_proto/dom_proto.js
diff --git a/remoting/webapp/js_proto/dom_proto.js b/remoting/webapp/js_proto/dom_proto.js
index b8b19ff0b5f08b984d51a879ebff33c747c939aa..8eaa5ce9c0bab0c95c2de709337d79a075aa030b 100644
--- a/remoting/webapp/js_proto/dom_proto.js
+++ b/remoting/webapp/js_proto/dom_proto.js
@@ -184,8 +184,8 @@ MediaSource.prototype.addSourceBuffer = function(format) {}
var Promise = function (init) {};
/**
- * @param {function(*=) : (Promise|void)} onFulfill
- * @param {function(*=) : (Promise|void)=} onReject
+ * @param {function(?=) : (Promise|void)} onFulfill
+ * @param {function(?=) : (Promise|void)=} onReject
* @return {Promise}
*/
Promise.prototype.then = function (onFulfill, onReject) {};
« remoting/webapp/host_installer.js ('K') | « remoting/webapp/host_installer.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698