diff options
author | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-06 18:48:16 +0000 |
---|---|---|
committer | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-06 18:48:16 +0000 |
commit | ab9cd716eecd0153a111b19d3f60e4b1cc4e58ae (patch) | |
tree | 158af650ff9b1ce18ce9a6ac6b7d39621b735f3f /webkit | |
parent | a4c955bceb2e06f94d62431ca17c79a1ca47a6ae (diff) | |
download | chromium_src-ab9cd716eecd0153a111b19d3f60e4b1cc4e58ae.zip chromium_src-ab9cd716eecd0153a111b19d3f60e4b1cc4e58ae.tar.gz chromium_src-ab9cd716eecd0153a111b19d3f60e4b1cc4e58ae.tar.bz2 |
Remove VLC from the Mac plugin blacklist now that it's not crashing
BUG=37072
TEST=Install the VLC plugin, and Play embedded VLC content; it should work correctly.
Review URL: http://codereview.chromium.org/1528020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43737 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/glue/plugins/plugin_list_mac.mm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/webkit/glue/plugins/plugin_list_mac.mm b/webkit/glue/plugins/plugin_list_mac.mm index 7a3842a..cbec656 100644 --- a/webkit/glue/plugins/plugin_list_mac.mm +++ b/webkit/glue/plugins/plugin_list_mac.mm @@ -44,10 +44,6 @@ bool IsBlacklistedPlugin(const WebPluginInfo& info) { // Non-functional, so it's better to let PDFs be downloaded. if (plugin_name == "PDF Browser Plugin") return true; - - // Crashes immediately on videos; unblacklist once we've fixed the crash. - if (plugin_name == "VLC Multimedia Plug-in") - return true; // We blacklist a couple of plugins by included MIME type, since those are // more stable than their names. Be careful about adding any more plugins to |