summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/base/mime_util.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/base/mime_util.cc b/net/base/mime_util.cc
index 7951177..22e8eea 100644
--- a/net/base/mime_util.cc
+++ b/net/base/mime_util.cc
@@ -77,7 +77,8 @@ static const MimeInfo primary_mappings[] = {
{ "audio/mp3", "mp3" },
{ "video/ogg", "ogv,ogm" },
{ "audio/ogg", "ogg,oga" },
- { "application/xhtml+xml", "xhtml,xht" }
+ { "application/xhtml+xml", "xhtml,xht" },
+ { "application/x-chrome-extension", "crx" }
};
static const MimeInfo secondary_mappings[] = {