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

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

Issue 59713006: file_manager: Drop support for tar archive files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 | « no previous file | 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
diff --git a/chrome/browser/resources/file_manager/manifest.json b/chrome/browser/resources/file_manager/manifest.json
index da9809ea5a8ea711f68ea386f7ac6e7c639c1125..2e169389014128c1a2656e06a249c9221416d06b 100644
--- a/chrome/browser/resources/file_manager/manifest.json
+++ b/chrome/browser/resources/file_manager/manifest.json
@@ -82,12 +82,6 @@
"default_icon": "common/images/file_types/200/archive.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 | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698