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

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

Issue 2966163005: Revert of Reuse FileTasks when entries are not changed. (Closed)
Patch Set: Created 3 years, 5 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/file_tasks.js
diff --git a/ui/file_manager/file_manager/foreground/js/file_tasks.js b/ui/file_manager/file_manager/foreground/js/file_tasks.js
index 3fc916d586a81e6b8547951c55cce882f1722a2e..d40eb3366139c3ff831053a90e7370620c9946e6 100644
--- a/ui/file_manager/file_manager/foreground/js/file_tasks.js
+++ b/ui/file_manager/file_manager/foreground/js/file_tasks.js
@@ -66,15 +66,6 @@
* @const
*/
this.defaultTask_ = defaultTask;
-};
-
-FileTasks.prototype = {
- /**
- * @return {!Array<!Entry>}
- */
- get entries() {
- return this.entries_;
- }
};
/**
« no previous file with comments | « ui/file_manager/file_manager/common/js/util.js ('k') | ui/file_manager/file_manager/foreground/js/task_controller.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698