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

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

Issue 962103002: Files.app: Introduce check-select mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove remaining debug log. 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 1bb990a71e9a11abbb112bce566e571befe92efe..188499b36f5e73e4257d6f51b500643fb7375dd8 100644
--- a/ui/file_manager/file_manager/foreground/js/directory_model.js
+++ b/ui/file_manager/file_manager/foreground/js/directory_model.js
@@ -26,7 +26,7 @@ function DirectoryModel(singleSelection, fileFilter,
metadataProviderCache, fileSystemMetadata,
volumeManager, fileOperationManager) {
this.fileListSelection_ = singleSelection ?
- new cr.ui.ListSingleSelectionModel() : new cr.ui.ListSelectionModel();
+ new FileListSingleSelectionModel() : new FileListSelectionModel();
this.runningScan_ = null;
this.pendingScan_ = null;

Powered by Google App Engine
This is Rietveld 408576698