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

Unified Diff: chrome/browser/resources/file_manager/manifest_v1.json

Issue 12693003: Add support for mkv video files in Files.app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added support for apps v2. Created 7 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 | « chrome/browser/resources/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: chrome/browser/resources/file_manager/manifest_v1.json
diff --git a/chrome/browser/resources/file_manager/manifest_v1.json b/chrome/browser/resources/file_manager/manifest_v1.json
index e90dcf1ae1aee5189978d94d3e8f28a2bbc4e927..8ce3e79abbc6d5c9032c7921629f30226d26f54f 100644
--- a/chrome/browser/resources/file_manager/manifest_v1.json
+++ b/chrome/browser/resources/file_manager/manifest_v1.json
@@ -53,6 +53,7 @@
"filesystem:*.3gp",
"filesystem:*.avi",
"filesystem:*.m4v",
+ "filesystem:*.mkv",
"filesystem:*.mov",
"filesystem:*.mp4",
"filesystem:*.mpeg",
@@ -124,6 +125,7 @@
"filesystem:*.3gp",
"filesystem:*.avi",
"filesystem:*.m4v",
+ "filesystem:*.mkv",
"filesystem:*.mov",
"filesystem:*.mp4",
"filesystem:*.mpeg",
« no previous file with comments | « chrome/browser/resources/file_manager/manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698