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

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

Issue 6873100: Moving slideshow to the filebrowser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 8 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 82141)
+++ chrome/browser/resources/file_manager/manifest.json (working copy)
@@ -5,6 +5,7 @@
"version": "0.1",
"description": "File Manager",
"incognito" : "split",
+ "background_page": "background.html",
"icons": {
"16": "images/icon16.png"
},
@@ -12,5 +13,17 @@
"fileBrowserHandler",
"fileBrowserPrivate",
"chrome://resources/"
+ ],
+ "file_browser_handlers": [
+ {
+ "id": "preview",
+ "default_title": "Preview image",
+ "file_filters": [
+ "filesystem:*.gif",
+ "filesystem:*.jpg",
+ "filesystem:*.jpeg",
+ "filesystem:*.png"
zel 2011/04/20 16:51:21 please add capital cases of filters as well since
serya%chromium.org 2011/04/21 14:05:31 Done.
+ ]
+ }
]
}

Powered by Google App Engine
This is Rietveld 408576698