From 8dc30c4e4abf9b46668508d7997c11ab13f5e1ce Mon Sep 17 00:00:00 2001 From: "dpranke@chromium.org" Date: Fri, 4 Nov 2011 23:53:17 +0000 Subject: 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 --- chrome/plugin/chrome_content_plugin_client.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'chrome/plugin') 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 -- cgit v1.1