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

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

Issue 9452007: Enable rar, tar, tar.gz and tar.bz2 archive support in CrOS file manager. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 years, 10 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 123193)
+++ chrome/browser/resources/file_manager/manifest.json (working copy)
@@ -58,6 +58,13 @@
"default_title": "__MSG_MOUNT_ARCHIVE__",
"default_icon": "images/icon_mount_archive_16x16.png",
"file_filters": [
+ "filesystem:*.rar",
+ "filesystem:*.tar",
+ "filesystem:*.tar.bz2",
+ "filesystem:*.tar.gz",
+ "filesystem:*.tbz",
+ "filesystem:*.tbz2",
+ "filesystem:*.tgz",
"filesystem:*.zip"
]
},
« 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