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

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

Issue 912783002: Integrate ListThumbnailLoader to list view and grid view. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix failed test case. Created 5 years, 10 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/directory_model.js
diff --git a/ui/file_manager/file_manager/foreground/js/directory_model.js b/ui/file_manager/file_manager/foreground/js/directory_model.js
index 3a8a0b65b98c28a1ea31d6b51ef545608e9ce77d..abb2d7ec406535d0b3052fac926692a0ca3b4404 100644
--- a/ui/file_manager/file_manager/foreground/js/directory_model.js
+++ b/ui/file_manager/file_manager/foreground/js/directory_model.js
@@ -79,7 +79,7 @@ DirectoryModel.prototype.dispose = function() {
};
/**
- * @return {cr.ui.ArrayDataModel} Files in the current directory.
+ * @return {FileListModel} Files in the current directory.
*/
DirectoryModel.prototype.getFileList = function() {
return this.currentFileListContext_.fileList;

Powered by Google App Engine
This is Rietveld 408576698