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

Unified Diff: ui/file_manager/gallery/manifest.json

Issue 1053653003: Gallery: Support RAW files in Gallery. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix the second bind. Created 5 years, 9 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
« no previous file with comments | « ui/file_manager/gallery/js/slide_mode.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/gallery/manifest.json
diff --git a/ui/file_manager/gallery/manifest.json b/ui/file_manager/gallery/manifest.json
index 24ef8f762d030259a631310d228bb7341c39eb23..6ac41fe41a23b0f5895c6ab73b4dbe4e400a25aa 100644
--- a/ui/file_manager/gallery/manifest.json
+++ b/ui/file_manager/gallery/manifest.json
@@ -33,13 +33,23 @@
"file_handlers": {
"open": {
"extensions": [
+ // Image
"bmp",
"gif",
"ico",
"jpg",
"jpeg",
"png",
- "webp"
+ "webp",
+ // Raw: Sync with the raw type list in file_type.js.
+ "arw",
+ "cr2",
+ "dng",
+ "nef",
+ "nrw",
+ "orf",
+ "raf",
+ "rw2"
]
}
},
« no previous file with comments | « ui/file_manager/gallery/js/slide_mode.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698