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

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

Issue 341058: Blacklist the O3D plugin on the Mac (Closed)
Patch Set: Created 11 years, 2 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 | « 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
diff --git a/webkit/glue/plugins/plugin_list_mac.mm b/webkit/glue/plugins/plugin_list_mac.mm
index 3bb23f139e1704a47bcb1e6989e9bb6b1aa540e7..f37f4413e42c61559384e552eee41e45f0a90784 100644
--- a/webkit/glue/plugins/plugin_list_mac.mm
+++ b/webkit/glue/plugins/plugin_list_mac.mm
@@ -86,6 +86,8 @@ bool PluginList::ShouldLoadPlugin(const WebPluginInfo& info,
"application/x-director", // Crashes during initialization.
"application/x-googlegears", // Safari-specific.
"application/x-vnd.movenetworks.qm", // Crashes during initialization.
+ "application/vnd.o3d.auto", // Doesn't render, and having it
+ // detected can prevent fallbacks.
};
// 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