| Index: remoting/webapp/client_plugin.js
|
| diff --git a/remoting/webapp/client_plugin.js b/remoting/webapp/client_plugin.js
|
| index 9210ab7efb686fe383d766c457f6d1f13117191e..5a855da150d316f6851ea77fcb2a445e41867659 100644
|
| --- a/remoting/webapp/client_plugin.js
|
| +++ b/remoting/webapp/client_plugin.js
|
| @@ -23,6 +23,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;
|
|
|
|
|