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

Unified Diff: ui/file_manager/file_manager/background/js/task_queue.js

Issue 1010163002: Files.app: Fix closure error which will raised by the updated compiler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Define FakeEntry record type and use it. Created 5 years, 9 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/background/js/task_queue.js
diff --git a/ui/file_manager/file_manager/background/js/task_queue.js b/ui/file_manager/file_manager/background/js/task_queue.js
index c39022e3004dc74a2d9ef88ae684bbcb4d8307b1..c83529143a05dc94740d0e13fd6704e689b328ec 100644
--- a/ui/file_manager/file_manager/background/js/task_queue.js
+++ b/ui/file_manager/file_manager/background/js/task_queue.js
@@ -153,7 +153,7 @@ importer.TaskQueue.Task = function() {};
* importer.TaskQueue.UpdateType, but child classes may add supplementary update
* types of their own. The second argument is an Object containing
* supplementary information pertaining to the update.
- * @typedef {function(string, Object=)}
+ * @typedef {function(!importer.TaskQueue.UpdateType, Object=)}
*/
importer.TaskQueue.Task.Observer;

Powered by Google App Engine
This is Rietveld 408576698