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

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

Issue 337893005: Files.app: Stop video support in the gallery. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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/file_manager/manifest.json ('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 94b03a957d99924684cbda2141e0bd2215a25a28..46044b78c7280cbe4942f15184cab50a8ec784cf 100644
--- a/ui/file_manager/gallery/manifest.json
+++ b/ui/file_manager/gallery/manifest.json
@@ -32,33 +32,16 @@
"file_handlers": {
"open": {
"types": [
- "image/*",
- "video/*"
+ "image/*"
],
"extensions": [
- // images
"bmp",
"gif",
"ico",
"jpg",
"jpeg",
"png",
- "webp",
- // videos
- "3gp",
- "avi",
- "m4v",
- "mkv",
- "mov",
- "mp4",
- "mpeg",
- "mpeg4",
- "mpg",
- "mpg4",
- "ogm",
- "ogv",
- "ogx",
- "webm"
+ "webp"
],
// TODO(hirono): Rename and localize this.
"title": "Open"
« no previous file with comments | « ui/file_manager/file_manager/manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698