| Index: remoting/webapp/client_plugin.js
|
| diff --git a/remoting/webapp/client_plugin.js b/remoting/webapp/client_plugin.js
|
| index c6b66ef78887eea0cd54a165b463f2dfc56afba5..93d4d615922027f2cf2f882d72cad1bfc5efa54b 100644
|
| --- a/remoting/webapp/client_plugin.js
|
| +++ b/remoting/webapp/client_plugin.js
|
| @@ -27,6 +27,8 @@ remoting.ClientPlugin.prototype.onOutgoingIqHandler;
|
| remoting.ClientPlugin.prototype.onDebugMessageHandler;
|
| /** @type {function(number, number): void} State change callback. */
|
| remoting.ClientPlugin.prototype.onConnectionStatusUpdateHandler;
|
| +/** @type {function(boolean): void} Connection ready state callback. */
|
| +remoting.ClientPlugin.prototype.onConnectionReadyHandler;
|
| /** @type {function(): void} Desktop size change callback. */
|
| remoting.ClientPlugin.prototype.onDesktopSizeUpdateHandler;
|
|
|
|
|