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

Unified Diff: webkit/glue/plugins/plugin_list_mac.mm

Issue 369004: Revert 31094 - [Mac] Blacklist PDF so that they are downloaded instead of han... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/plugins/plugin_list_mac.mm
===================================================================
--- webkit/glue/plugins/plugin_list_mac.mm (revision 31097)
+++ webkit/glue/plugins/plugin_list_mac.mm (working copy)
@@ -88,8 +88,6 @@
"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[] = {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698