Index: net/base/mime_util.cc |
diff --git a/net/base/mime_util.cc b/net/base/mime_util.cc |
index 795117774843e6bdbd5f39d641d5f093d2fbcc28..22e8eea96bb1674cc06e904859e928145bbcab11 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[] = { |