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

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

Issue 695883002: Create ListContainer and SpinnerController class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test. Created 6 years, 1 month 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/ui/file_manager_ui.js
diff --git a/ui/file_manager/file_manager/foreground/js/ui/file_manager_ui.js b/ui/file_manager/file_manager/foreground/js/ui/file_manager_ui.js
index be5c7928ee42ef118af0c713078ac9f12f69f0bd..37442ada7b7e2de8ca425d1d51da1e0aa4980359 100644
--- a/ui/file_manager/file_manager/foreground/js/ui/file_manager_ui.js
+++ b/ui/file_manager/file_manager/foreground/js/ui/file_manager_ui.js
@@ -104,6 +104,12 @@ function FileManagerUI(element, dialogType) {
this.toggleViewButton = null;
/**
+ * List container.
+ * @type {ListContainer}
+ */
+ this.listContainer = null;
+
+ /**
* Dialog footer.
* @type {DialogFooter}
*/

Powered by Google App Engine
This is Rietveld 408576698