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

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

Issue 8898009: Revert 113804 - [filebrowser] Add left panel with roots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years 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/main.html ('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 113839)
+++ chrome/browser/resources/file_manager/manifest.json (working copy)
@@ -76,6 +76,14 @@
]
},
{
+ "id": "unmount-archive",
+ "default_title": "__MSG_UNMOUNT_ARCHIVE__",
+ "default_icon": "images/icon_unmount_archive_16x16.png",
+ "file_filters": [
+ "filesystem:*.mounted_zip"
+ ]
+ },
+ {
"id": "gallery",
"default_title": "__MSG_GALLERY__",
"default_icon": "images/icon_preview_16x16.png",
« no previous file with comments | « chrome/browser/resources/file_manager/main.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698