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

Unified Diff: ui/file_manager/gallery/manifest.json

Issue 285373015: Gallery.app: Replace the existing gallery with the new separated gallery. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove gallery tests. Created 6 years, 7 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 | « ui/file_manager/file_manager/manifest.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/gallery/manifest.json
diff --git a/ui/file_manager/gallery/manifest.json b/ui/file_manager/gallery/manifest.json
index 930a30f520e00cfa672e5c615642cd555b54429f..e2c9629107b2a6fdb78f10cf99a0ee94f9e2068c 100644
--- a/ui/file_manager/gallery/manifest.json
+++ b/ui/file_manager/gallery/manifest.json
@@ -25,7 +25,7 @@
"chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj"
],
"file_handlers": {
- "video": {
+ "image": {
"types": [
"image/*"
],
@@ -39,7 +39,7 @@
"webp"
],
// TODO(hirono): Rename and localize this.
- "title": "Open in new Gallery"
+ "title": "Open"
}
},
"app": {
« no previous file with comments | « ui/file_manager/file_manager/manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698