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

Unified Diff: remoting/webapp/me2mom/wcs_iq_client_proto.js

Issue 8336004: Improve web-app type safety. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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: remoting/webapp/me2mom/wcs_iq_client_proto.js
diff --git a/remoting/webapp/me2mom/wcs_iq_client_proto.js b/remoting/webapp/me2mom/wcs_iq_client_proto.js
index 85b89c08267720c660bd511eb120562309de956e..3a48426055972974628ed7e0a37b78326b60d4ad 100644
--- a/remoting/webapp/me2mom/wcs_iq_client_proto.js
+++ b/remoting/webapp/me2mom/wcs_iq_client_proto.js
@@ -12,8 +12,8 @@ var remoting = remoting || {};
*/
remoting.WcsIqClient = function() {};
-/** @param {function(string): void} onMsg The function called when a message
- * is received.
+/** @param {function(Array.<string>): void} onMsg The function called when a
+ * message is received.
* @return {void} Nothing. */
remoting.WcsIqClient.prototype.setOnMessage = function(onMsg) {};

Powered by Google App Engine
This is Rietveld 408576698