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

Unified Diff: net/base/platform_mime_util_linux.cc

Issue 6993042: ffmpeg chromium glue (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 months 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
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"},

Powered by Google App Engine
This is Rietveld 408576698