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

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

Issue 1158923004: Add support to mime types in Files app UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed tests. Created 5 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: ui/file_manager/file_manager/foreground/js/ui/list_container.js
diff --git a/ui/file_manager/file_manager/foreground/js/ui/list_container.js b/ui/file_manager/file_manager/foreground/js/ui/list_container.js
index 72f14607b0df3b4d6bbe954e20e048d169950a8e..ff89af7f93e6ac9ee3d33a486d4bbb18ad67a511 100644
--- a/ui/file_manager/file_manager/foreground/js/ui/list_container.js
+++ b/ui/file_manager/file_manager/foreground/js/ui/list_container.js
@@ -141,6 +141,7 @@ ListContainer.ListType = {
*/
ListContainer.METADATA_PREFETCH_PROPERTY_NAMES = [
'availableOffline',
+ 'contentMimeType',
'customIconUrl',
'hosted',
'modificationTime',
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/ui/file_table.js ('k') | ui/file_manager/gallery/js/gallery_util.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698