Commit 7e939708 authored by yawano's avatar yawano Committed by Commit bot

Add epub mime type.

BUG=473561
TEST=none

Review URL: https://codereview.chromium.org/1061833002

Cr-Commit-Position: refs/heads/master@{#324008}
parent 8df6cbde
...@@ -226,6 +226,7 @@ static const MimeInfo secondary_mappings[] = { ...@@ -226,6 +226,7 @@ static const MimeInfo secondary_mappings[] = {
{ "application/pkcs7-mime", "p7m,p7c,p7z" }, { "application/pkcs7-mime", "p7m,p7c,p7z" },
{ "application/pkcs7-signature", "p7s" }, { "application/pkcs7-signature", "p7s" },
{ "application/x-mpegurl", "m3u8" }, { "application/x-mpegurl", "m3u8" },
{ "application/epub+zip", "epub" },
}; };
static const char* FindMimeType(const MimeInfo* mappings, static const char* FindMimeType(const MimeInfo* mappings,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment