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..12f5a6dfc2121324f9adf2e3c14e3c58692bed10 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) {}; |
@@ -223,8 +223,8 @@ 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) {}; |