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

Unified Diff: remoting/webapp/host_it2me_native_messaging.js

Issue 131483011: Fix jscompile issues in remoting webapp. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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
« no previous file with comments | « remoting/webapp/host_it2me_dispatcher.js ('k') | remoting/webapp/host_session.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_();
« no previous file with comments | « remoting/webapp/host_it2me_dispatcher.js ('k') | remoting/webapp/host_session.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698