| Index: remoting/webapp/crd/js/client_plugin.js
|
| diff --git a/remoting/webapp/crd/js/client_plugin.js b/remoting/webapp/crd/js/client_plugin.js
|
| index d4c7032e015e5f36749e2cb8a526daea608d8654..ff3c99faeb0d3cbcbc59bc0d2dad0315afeafb6d 100644
|
| --- a/remoting/webapp/crd/js/client_plugin.js
|
| +++ b/remoting/webapp/crd/js/client_plugin.js
|
| @@ -44,7 +44,7 @@ remoting.ClientPlugin.prototype.getDesktopYDpi = function() {};
|
| remoting.ClientPlugin.prototype.element = function() {};
|
|
|
| /**
|
| - * @param {function():void} onDone Completion callback.
|
| + * @param {function(boolean):void} onDone Completion callback.
|
| */
|
| remoting.ClientPlugin.prototype.initialize = function(onDone) {};
|
|
|
| @@ -216,15 +216,15 @@ remoting.ClientPlugin.prototype.setConnectionReadyHandler =
|
| function(handler) {};
|
|
|
| /**
|
| - * @param {function():void} handler Callback for desktop size change
|
| - * notifications.
|
| + * @param {function():void} handler Callback for desktop
|
| + * size change notifications.
|
| */
|
| remoting.ClientPlugin.prototype.setDesktopSizeUpdateHandler =
|
| function(handler) {};
|
|
|
| /**
|
| - * @param {function():void} handler Callback for desktop shape change
|
| - * notifications.
|
| + * @param {function(Array.<Array.<number>>):void} handler Callback for desktop
|
| + * shape change notifications.
|
| */
|
| remoting.ClientPlugin.prototype.setDesktopShapeUpdateHandler =
|
| function(handler) {};
|
|
|