summaryrefslogtreecommitdiffstats
path: root/webkit/plugins
diff options
context:
space:
mode:
authorbauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-24 10:51:45 +0000
committerbauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-24 10:51:45 +0000
commit59da1dfa2de705e75a76b85b7ddf27777859cbfb (patch)
tree6c3f0610fc57f04595d12edebf219bd8a20dbde7 /webkit/plugins
parentd266ae08c3472b66d10d2852650b2af64628b110 (diff)
downloadchromium_src-59da1dfa2de705e75a76b85b7ddf27777859cbfb.zip
chromium_src-59da1dfa2de705e75a76b85b7ddf27777859cbfb.tar.gz
chromium_src-59da1dfa2de705e75a76b85b7ddf27777859cbfb.tar.bz2
Remove default plug-in on Mac, Gtk and Aura.
Aura doesn't do plug-ins, and Mac and Gtk already use in-renderer placeholders. BUG=62079 TEST=none Review URL: http://codereview.chromium.org/8679004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111519 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/plugins')
-rw-r--r--webkit/plugins/npapi/webplugin_delegate_impl_win.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/webkit/plugins/npapi/webplugin_delegate_impl_win.cc b/webkit/plugins/npapi/webplugin_delegate_impl_win.cc
index 55fcb25..835e49e 100644
--- a/webkit/plugins/npapi/webplugin_delegate_impl_win.cc
+++ b/webkit/plugins/npapi/webplugin_delegate_impl_win.cc
@@ -26,7 +26,6 @@
#include "skia/ext/platform_canvas.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebInputEvent.h"
#include "webkit/glue/webkit_glue.h"
-#include "webkit/plugins/npapi/default_plugin_shared.h"
#include "webkit/plugins/npapi/plugin_constants_win.h"
#include "webkit/plugins/npapi/plugin_group.h"
#include "webkit/plugins/npapi/plugin_instance.h"