Index: net/base/platform_mime_util_linux.cc |
=================================================================== |
--- net/base/platform_mime_util_linux.cc (revision 90887) |
+++ net/base/platform_mime_util_linux.cc (working copy) |
@@ -52,6 +52,7 @@ |
{"image/jpeg", "jpg"}, |
{"image/png", "png"}, |
{"text/html", "html"}, |
+ {"video/x-msvideo", "avi"}, |
scherkus (not reviewing)
2011/06/29 17:00:36
woah I've never seen this mime typ mapping struct
ilja
2011/06/29 21:40:05
I think it is for displaying files in the download
|
{"video/mp4", "mp4"}, |
{"video/mpeg", "mpg"}, |
{"text/plain", "txt"}, |