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

Unified Diff: ui/file_manager/image_loader/image_loader_client.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: 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/image_loader/image_loader_client.js
diff --git a/ui/file_manager/image_loader/image_loader_client.js b/ui/file_manager/image_loader/image_loader_client.js
index 5876e20d375a14eb96fa0262f61f5bca38c9c516..ae01bb8acb4dd9cc55e3055761c81d493f414dd5 100644
--- a/ui/file_manager/image_loader/image_loader_client.js
+++ b/ui/file_manager/image_loader/image_loader_client.js
@@ -123,7 +123,7 @@ ImageLoaderClient.prototype.handleMessage_ = function(message) {
* @param {function} callback Callback used to return response.
* @param {Object=} opt_options Loader options, such as: scale, maxHeight,
* width, height and/or cache.
- * @param {function=} opt_isValid Function returning false in case
+ * @param {Function=} opt_isValid Function returning false in case
fukino 2014/09/22 06:05:57 More specifically, could you annotate this param a
Vitaly Pavlenko 2014/09/22 20:10:18 Done.
* a request is not valid anymore, eg. parent node has been detached.
* @return {?number} Remote task id or null if loaded from cache.
*/

Powered by Google App Engine
This is Rietveld 408576698