Chromium Code Reviews| Index: chrome/browser/extensions/file_manager_util.cc |
| =================================================================== |
| --- chrome/browser/extensions/file_manager_util.cc (revision 90887) |
| +++ chrome/browser/extensions/file_manager_util.cc (working copy) |
| @@ -38,8 +38,8 @@ |
| }; |
| // List of file extension that can be handled with the media player. |
| const char* kAVExtensions[] = { |
| - ".webm", ".mp4", ".m4v", ".mov", ".ogm", ".ogv", ".ogx", |
| - ".mp3", ".m4a", ".ogg", ".oga", ".wav", |
| + ".avi", ".divx", ".webm", ".mp4", ".m4v", ".mov", ".ogm", ".ogv", ".ogx", |
| + ".mp3", ".m4a", ".ogg", ".oga", ".wav", ".xvid", |
|
scherkus (not reviewing)
2011/06/29 17:00:36
I thought we weren't doing divx/xvid extensions?
ilja
2011/06/29 21:40:05
Inviting him. These extensions are only for the fi
zel
2011/06/29 22:09:12
Let's remove support for .divx and .xvid file form
|
| /* TODO(zelidrag): Add unsupported ones as we enable them: |
| ".3gp", ".mkv", ".avi", ".divx", ".xvid", ".wmv", ".asf", ".mpeg", ".mpg", |
| ".wma", ".aiff", |