summaryrefslogtreecommitdiffstats
path: root/chrome/plugin
diff options
context:
space:
mode:
authordpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-04 23:53:17 +0000
committerdpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-04 23:53:17 +0000
commit8dc30c4e4abf9b46668508d7997c11ab13f5e1ce (patch)
treef62e40f9dd91ea3c63e48f88f1a3db75ccb1071e /chrome/plugin
parentdeea482147bc8ef0ba15eef386dba1af394f4bae (diff)
downloadchromium_src-8dc30c4e4abf9b46668508d7997c11ab13f5e1ce.zip
chromium_src-8dc30c4e4abf9b46668508d7997c11ab13f5e1ce.tar.gz
chromium_src-8dc30c4e4abf9b46668508d7997c11ab13f5e1ce.tar.bz2
Modify code in chrome to call wrapper functions on PluginService
rather than calling into webkit::npapi::PluginList directly. This change is necessary to ensure we only have one list when we switch content to the component build. R=jam@chromium.org TBR=cpu@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/8440058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108744 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/plugin')
-rw-r--r--chrome/plugin/chrome_content_plugin_client.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/plugin/chrome_content_plugin_client.cc b/chrome/plugin/chrome_content_plugin_client.cc
index b26f523..0a8e42b 100644
--- a/chrome/plugin/chrome_content_plugin_client.cc
+++ b/chrome/plugin/chrome_content_plugin_client.cc
@@ -4,8 +4,6 @@
#include "chrome/plugin/chrome_content_plugin_client.h"
-#include "chrome/common/default_plugin.h"
-
#if defined(OS_MACOSX)
#include "base/mac/mac_util.h"
#include "base/mac/scoped_cftyperef.h"
@@ -29,8 +27,6 @@ void ChromeContentPluginClient::PluginProcessStarted(
cf_plugin_name.get(), app_name.get()));
base::mac::SetProcessName(process_name);
#endif
-
- chrome::RegisterInternalDefaultPlugin();
}
} // namespace chrome