Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(154)

Unified Diff: remoting/webapp/crd/js/client_plugin.js

Issue 803653004: Update Chromoting to use /third_party/closure_compiler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unused types Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {};

Powered by Google App Engine
This is Rietveld 408576698