diff options
author | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-05 16:54:51 +0000 |
---|---|---|
committer | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-05 16:54:51 +0000 |
commit | 28ad92a4ab702510bc6287f407548d8b6e3a1cd5 (patch) | |
tree | c4f226ff35a2f062435df7d54fb87d6a6c5cf5b7 /webkit | |
parent | 882daa9e07369d55b9e7647e0dd3b3316d3a74a4 (diff) | |
download | chromium_src-28ad92a4ab702510bc6287f407548d8b6e3a1cd5.zip chromium_src-28ad92a4ab702510bc6287f407548d8b6e3a1cd5.tar.gz chromium_src-28ad92a4ab702510bc6287f407548d8b6e3a1cd5.tar.bz2 |
Revert 31094 - [Mac] Blacklist PDF so that they are downloaded instead of handled by QuickTime
Failed LayoutTests/fast/js/navigator-mimeTypes-length.html
BUG=13716, 26075
TEST=Click on a link to a PDF. It should download rather than display the first page.
Review URL: http://codereview.chromium.org/370002
TBR=awalker@chromium.org
Review URL: http://codereview.chromium.org/369004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31098 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/glue/plugins/plugin_list_mac.mm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/webkit/glue/plugins/plugin_list_mac.mm b/webkit/glue/plugins/plugin_list_mac.mm index 1a30d50..f37f441 100644 --- a/webkit/glue/plugins/plugin_list_mac.mm +++ b/webkit/glue/plugins/plugin_list_mac.mm @@ -88,8 +88,6 @@ bool PluginList::ShouldLoadPlugin(const WebPluginInfo& info, "application/x-vnd.movenetworks.qm", // Crashes during initialization. "application/vnd.o3d.auto", // Doesn't render, and having it // detected can prevent fallbacks. - "application/x-pdf", // Force download of PDFs rather than - "application/pdf" // showing the 1st page through QT. }; // In the case of plugins that share MIME types, we have to blacklist by name. const char* blacklisted_plugin_names[] = { |