Chromium Code Reviews| 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" |
| ] |
| } |
| }, |