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

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

Issue 7828044: [filebrowser] First step to image editor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Removed commented code. Created 9 years, 3 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/js/mock_chrome.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
===================================================================
--- chrome/browser/resources/file_manager/manifest.json (revision 100141)
+++ chrome/browser/resources/file_manager/manifest.json (working copy)
@@ -38,15 +38,6 @@
]
},
{
- "id": "edit",
- "default_title": "__MSG_PREVIEW_IMAGE__",
- "default_icon": "images/icon_preview_16x16.png",
- "file_filters": [
- "filesystem:*.jpg",
- "filesystem:*.jpeg"
- ]
- },
- {
"id": "play",
"default_title": "__MSG_PLAY_MEDIA__",
"default_icon": "images/icon_play_16x16.png",
@@ -103,6 +94,19 @@
"file_filters": [
"filesystem:*.mounted_zip"
]
+ },
+ {
+ "id": "gallery",
+ "default_title": "__MSG_GALLERY__",
+ "default_icon": "images/icon_preview_16x16.png",
+ "file_filters": [
+ "filesystem:*.bmp",
+ "filesystem:*.gif",
+ "filesystem:*.jpg",
+ "filesystem:*.jpeg",
+ "filesystem:*.webp",
+ "filesystem:*.png"
+ ]
}
],
"chrome_url_overrides": {
« no previous file with comments | « chrome/browser/resources/file_manager/js/mock_chrome.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698