summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-11 00:38:30 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-11 00:38:30 +0000
commitf172b98916ab59ae666ebda2c94d1cb2fc542f01 (patch)
treedde725862a0ed2ffd48dee73e874c8ef0b1d3451 /webkit
parent9f565bf8e7bddfec86e454a8375cb0a8465afad3 (diff)
downloadchromium_src-f172b98916ab59ae666ebda2c94d1cb2fc542f01.zip
chromium_src-f172b98916ab59ae666ebda2c94d1cb2fc542f01.tar.gz
chromium_src-f172b98916ab59ae666ebda2c94d1cb2fc542f01.tar.bz2
Delete default plugin external npapi entry points.
Not needed since it's an internal plugin. BUG=none TEST=Default plugin still works. Review URL: http://codereview.chromium.org/2795003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49481 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r--webkit/default_plugin/default_plugin.cc19
-rw-r--r--webkit/default_plugin/default_plugin.gyp1
2 files changed, 0 insertions, 20 deletions
diff --git a/webkit/default_plugin/default_plugin.cc b/webkit/default_plugin/default_plugin.cc
deleted file mode 100644
index caa1081..0000000
--- a/webkit/default_plugin/default_plugin.cc
+++ /dev/null
@@ -1,19 +0,0 @@
-// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "webkit/default_plugin/plugin_main.h"
-
-extern "C" {
-NPError API_CALL NP_GetEntryPoints(NPPluginFuncs* funcs) {
- return default_plugin::NP_GetEntryPoints(funcs);
-}
-
-NPError API_CALL NP_Initialize(NPNetscapeFuncs* funcs) {
- return default_plugin::NP_Initialize(funcs);
-}
-
-NPError API_CALL NP_Shutdown() {
- return default_plugin::NP_Shutdown();
-}
-} // extern "C"
diff --git a/webkit/default_plugin/default_plugin.gyp b/webkit/default_plugin/default_plugin.gyp
index 5912687..5339a3d 100644
--- a/webkit/default_plugin/default_plugin.gyp
+++ b/webkit/default_plugin/default_plugin.gyp
@@ -43,7 +43,6 @@
'libraries': ['-lurlmon.lib'],
},
'sources': [
- 'default_plugin.cc',
'default_plugin_resources.h',
'install_dialog.cc',
'install_dialog.h',