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

Unified Diff: pkg/mime/lib/src/extension_map.dart

Issue 19158002: Fix editor warnings in http_server and mime. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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
« no previous file with comments | « pkg/http_server/lib/src/http_multipart_form_data_impl.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/mime/lib/src/extension_map.dart
diff --git a/pkg/mime/lib/src/extension_map.dart b/pkg/mime/lib/src/extension_map.dart
index 19286bbd2fca9543b7b926ef3aaf04c93a513363..ac534aea5c8111fc814fffae23b732190c570ff4 100644
--- a/pkg/mime/lib/src/extension_map.dart
+++ b/pkg/mime/lib/src/extension_map.dart
@@ -759,7 +759,6 @@ Map<String, String> _defaultExtensionMap = const <String, String>{
'stl':'application/vnd.ms-pki.stl',
'str':'application/vnd.pg.format',
'stw':'application/vnd.sun.xml.writer.template',
-'sub':'image/vnd.dvb.subtitle',
'sub':'text/vnd.dvb.subtitle',
'sus':'application/vnd.sus-calendar',
'susp':'application/vnd.sus-calendar',
@@ -903,7 +902,6 @@ Map<String, String> _defaultExtensionMap = const <String, String>{
'wmv':'video/x-ms-wmv',
'wmx':'video/x-ms-wmx',
'wmz':'application/x-ms-wmz',
-'wmz':'application/x-msmetafile',
'woff':'application/x-font-woff',
'wpd':'application/vnd.wordperfect',
'wpl':'application/vnd.ms-wpl',
« no previous file with comments | « pkg/http_server/lib/src/http_multipart_form_data_impl.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698