| Index: remoting/webapp/client_plugin.js
|
| diff --git a/remoting/webapp/client_plugin.js b/remoting/webapp/client_plugin.js
|
| index 9210ab7efb686fe383d766c457f6d1f13117191e..caf83947539aafaa75c2ad31450e083426a04826 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} Inactive connection handler. */
|
| +remoting.ClientPlugin.prototype.onConnectionInactiveHandler;
|
| /** @type {function(): void} Desktop size change callback. */
|
| remoting.ClientPlugin.prototype.onDesktopSizeUpdateHandler;
|
|
|
|
|