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

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

Issue 215103003: [Files.app] Hide video-player related task menu according to condition (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Adressed the comment Created 6 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/foreground/js/file_tasks.js ('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.json
diff --git a/chrome/browser/resources/file_manager/manifest.json b/chrome/browser/resources/file_manager/manifest.json
index 2596b0010a7ec2def4ac3ee9d3ee91e3322f1e6f..2cce790f7aa28a42222b00dab75eeaf05aaba5c1 100644
--- a/chrome/browser/resources/file_manager/manifest.json
+++ b/chrome/browser/resources/file_manager/manifest.json
@@ -106,7 +106,14 @@
"filesystem:*.jpg",
"filesystem:*.jpeg",
"filesystem:*.png",
- "filesystem:*.webp",
+ "filesystem:*.webp"
+ ]
+ },
+ {
+ "id": "gallery-video",
+ "default_title": "__MSG_OPEN_ACTION__",
+ "default_icon": "common/images/file_types/200/image.png",
+ "file_filters": [
// Video formats
"filesystem:*.3gp",
"filesystem:*.avi",
« no previous file with comments | « chrome/browser/resources/file_manager/foreground/js/file_tasks.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698