| Index: remoting/webapp/client_plugin.js
|
| diff --git a/remoting/webapp/client_plugin.js b/remoting/webapp/client_plugin.js
|
| index 896d0392e88ce08fac6b646db739a9d8b14d113b..fe3a9cd23f073cfbd064e9bbe0c5b91ec339d27c 100644
|
| --- a/remoting/webapp/client_plugin.js
|
| +++ b/remoting/webapp/client_plugin.js
|
| @@ -31,6 +31,8 @@ remoting.ClientPlugin.prototype.onConnectionStatusUpdateHandler;
|
| remoting.ClientPlugin.prototype.onConnectionReadyHandler;
|
| /** @type {function(): void} Desktop size change callback. */
|
| remoting.ClientPlugin.prototype.onDesktopSizeUpdateHandler;
|
| +/** @type {function(!Array.<string>): void} Capabilities negotiated callback. */
|
| +remoting.ClientPlugin.prototype.onSetCapabilitiesHandler;
|
| /** @type {function(): void} Request a PIN from the user. */
|
| remoting.ClientPlugin.prototype.fetchPinHandler;
|
|
|
|
|