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

Unified Diff: chrome/browser/resources/file_manager/manifest.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 | « no previous file | chrome/browser/resources/file_manager/manifest_v1.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/file_manager/manifest.json
diff --git a/chrome/browser/resources/file_manager/manifest.json b/chrome/browser/resources/file_manager/manifest.json
index 3287af64b2e04f299af2c97c2d98370cde090f67..cfd85c189e586d83616bb30bfb8d273e99ea7f95 100644
--- a/chrome/browser/resources/file_manager/manifest.json
+++ b/chrome/browser/resources/file_manager/manifest.json
@@ -50,6 +50,7 @@
"filesystem:*.3gp",
"filesystem:*.avi",
"filesystem:*.m4v",
+ "filesystem:*.mkv",
"filesystem:*.mov",
"filesystem:*.mp4",
"filesystem:*.mpeg",
@@ -121,6 +122,7 @@
"filesystem:*.3gp",
"filesystem:*.avi",
"filesystem:*.m4v",
+ "filesystem:*.mkv",
"filesystem:*.mov",
"filesystem:*.mp4",
"filesystem:*.mpeg",
« no previous file with comments | « no previous file | chrome/browser/resources/file_manager/manifest_v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698