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

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

Issue 291893006: Gallery.app: Remove old Gallery files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« no previous file with comments | « ui/file_manager/gallery/js/background.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 5f90a56a9ea28debb2850ff1665e313eee1d0a4b..93c8b5e728b43b6e71dcb2bd754e1e7a5e869ebc 100644
--- a/ui/file_manager/gallery/manifest.json
+++ b/ui/file_manager/gallery/manifest.json
@@ -25,18 +25,35 @@
"chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj"
],
"file_handlers": {
- "image": {
+ "open": {
"types": [
- "image/*"
+ "image/*",
+ "video/*"
],
"extensions": [
+ // images
"bmp",
"gif",
"ico",
"jpg",
"jpeg",
"png",
- "webp"
+ "webp",
+ // videos
+ "3gp",
+ "avi",
+ "m4v",
+ "mkv",
+ "mov",
+ "mp4",
+ "mpeg",
+ "mpeg4",
+ "mpg",
+ "mpg4",
+ "ogm",
+ "ogv",
+ "ogx",
+ "webm"
],
// TODO(hirono): Rename and localize this.
"title": "Open"
« no previous file with comments | « ui/file_manager/gallery/js/background.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698