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

Unified Diff: chrome/browser/resources/file_manager/main.html

Issue 7038024: Move sorting logic from table to list. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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: chrome/browser/resources/file_manager/main.html
diff --git a/chrome/browser/resources/file_manager/main.html b/chrome/browser/resources/file_manager/main.html
index 53013f3e336a29e9062497ca6eedae1e508155ed..a78424bc99b21edc26ec92a7684a987084fdc3ef 100644
--- a/chrome/browser/resources/file_manager/main.html
+++ b/chrome/browser/resources/file_manager/main.html
@@ -30,9 +30,9 @@
'cr/ui/splitter.js',
'cr/ui/table/table_splitter.js',
- 'cr/ui/table/table_selection_model.js',
- 'cr/ui/table/table_single_selection_model.js',
- 'cr/ui/table/table_data_model.js',
+ 'cr/ui/list_selection_model.js',
rginda 2011/05/17 23:56:43 These three files are already included above.
vsevik 2011/05/18 11:32:17 Done.
+ 'cr/ui/list_single_selection_model.js',
+ 'cr/ui/array_data_model.js',
'cr/ui/table/table_column.js',
'cr/ui/table/table_column_model.js',

Powered by Google App Engine
This is Rietveld 408576698