Index: remoting/webapp/host_it2me_native_messaging.js |
diff --git a/remoting/webapp/host_it2me_native_messaging.js b/remoting/webapp/host_it2me_native_messaging.js |
index 567f2c5fb4f999200592cd89be6b7953f9e4d716..b8ca13231b561aa150d121b82a4faeff9989ffec 100644 |
--- a/remoting/webapp/host_it2me_native_messaging.js |
+++ b/remoting/webapp/host_it2me_native_messaging.js |
@@ -14,10 +14,6 @@ var remoting = remoting || {}; |
/** |
* @constructor |
- * @param {function(remoting.HostSession.State):void} onStateChanged Callback to |
- * invoke when the host state changes. |
- * @param {function(boolean):void} onNatPolicyChanged Callback to invoke when |
- * the nat traversal policy changes. |
*/ |
remoting.HostIt2MeNativeMessaging = function() { |
/** |
@@ -149,6 +145,7 @@ remoting.HostIt2MeNativeMessaging.prototype.postMessage_ = |
*/ |
remoting.HostIt2MeNativeMessaging.prototype.onIncomingMessage_ = |
function(message) { |
+ /** @type {string} */ |
var type = message['type']; |
if (!checkType_('type', type, 'string')) { |
this.onError_(); |