Index: remoting/webapp/me2mom/host_plugin_proto.js |
diff --git a/remoting/webapp/me2mom/host_plugin_proto.js b/remoting/webapp/me2mom/host_plugin_proto.js |
index 1b10240623357800073c673d56912e2c389ec0c9..a64ac463acf52ab1d660a2ce887ec4be915e28f3 100644 |
--- a/remoting/webapp/me2mom/host_plugin_proto.js |
+++ b/remoting/webapp/me2mom/host_plugin_proto.js |
@@ -35,6 +35,7 @@ remoting.HostPlugin.prototype.localize = function(callback) {}; |
/** @type {number} */ remoting.HostPlugin.prototype.DISCONNECTING; |
/** @type {number} */ remoting.HostPlugin.prototype.ERROR; |
+/** @type {string} */ remoting.HostPlugin.prototype.accessCode; |
/** @type {number} */ remoting.HostPlugin.prototype.accessCodeLifetime; |
/** @type {string} */ remoting.HostPlugin.prototype.client; |