Chromium Code Reviews| 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. */ |
|
Jamie
2013/04/15 23:40:23
Use of the ! operator is not common. Unless it won
alexeypa (please no reviews)
2013/04/15 23:56:31
I just verified that jscompiler checks for "!". I
|
| +remoting.ClientPlugin.prototype.onSetCapabilitiesHandler; |
| /** @type {function(): void} Request a PIN from the user. */ |
| remoting.ClientPlugin.prototype.fetchPinHandler; |