Index: remoting/webapp/client_plugin.js |
diff --git a/remoting/webapp/client_plugin.js b/remoting/webapp/client_plugin.js |
index 896d0392e88ce08fac6b646db739a9d8b14d113b..3e4dd9be2ec3de659c7939c4ff9ea21fb4c37445 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; |