| Index: remoting/webapp/client_plugin.js
|
| diff --git a/remoting/webapp/client_plugin.js b/remoting/webapp/client_plugin.js
|
| index 6c5eff4368919003a5ed628179170a70dfdeb357..2b283364076b4b7eb46a00a25493719d604e8f5e 100644
|
| --- a/remoting/webapp/client_plugin.js
|
| +++ b/remoting/webapp/client_plugin.js
|
| @@ -33,7 +33,7 @@ remoting.ClientPlugin.prototype.onConnectionReadyHandler;
|
| 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. */
|
| +/** @type {function(boolean): void} Request a PIN from the user. */
|
| remoting.ClientPlugin.prototype.fetchPinHandler;
|
|
|
| /**
|
|
|