Index: webkit/support/webkit_support.cc |
=================================================================== |
--- webkit/support/webkit_support.cc (revision 62937) |
+++ webkit/support/webkit_support.cc (working copy) |
@@ -256,9 +256,6 @@ |
return NULL; |
} |
- if (actual_mime_type.empty()) |
- actual_mime_type = params.mimeType.utf8(); |
- |
return new WebPluginImplWithPageDelegate( |
frame, params, info.path, actual_mime_type); |
} |