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

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: Created 9 years, 4 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
Index: chrome/browser/resources/file_manager/manifest.json
===================================================================
--- chrome/browser/resources/file_manager/manifest.json (revision 98602)
+++ chrome/browser/resources/file_manager/manifest.json (working copy)
@@ -102,6 +102,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": {

Powered by Google App Engine
This is Rietveld 408576698