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

Unified Diff: ui/file_manager/file_manager/foreground/js/thumbnail_loader.js

Issue 575313004: Compiling file_manager, part 2: remove all warnings not caused by Object.freeze()-like enums (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@I_file_manager
Patch Set: rebase Created 6 years, 3 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: ui/file_manager/file_manager/foreground/js/thumbnail_loader.js
diff --git a/ui/file_manager/file_manager/foreground/js/thumbnail_loader.js b/ui/file_manager/file_manager/foreground/js/thumbnail_loader.js
index 1c43123eee682a04d34688af1e5a6bd158e12015..28a15bd105a67d8abd4a5a9b0c1011eb4318d08f 100644
--- a/ui/file_manager/file_manager/foreground/js/thumbnail_loader.js
+++ b/ui/file_manager/file_manager/foreground/js/thumbnail_loader.js
@@ -142,8 +142,8 @@ ThumbnailLoader.THUMBNAIL_MAX_HEIGHT = 500;
* for downloading thumbnails. By default optimizations are disabled.
* @param {function(Image, Object)=} opt_onSuccess Success callback,
* accepts the image and the transform.
- * @param {function=} opt_onError Error callback.
- * @param {function=} opt_onGeneric Callback for generic image used.
+ * @param {function()=} opt_onError Error callback.
+ * @param {function()=} opt_onGeneric Callback for generic image used.
*/
ThumbnailLoader.prototype.load = function(box, fillMode, opt_optimizationMode,
opt_onSuccess, opt_onError, opt_onGeneric) {

Powered by Google App Engine
This is Rietveld 408576698