summaryrefslogtreecommitdiffstats
path: root/content/browser/plugin_service_impl.cc
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-16 20:10:55 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-16 20:10:55 +0000
commit1021245332f0dcfd416e4baf0ef62dc995550732 (patch)
tree9bc817b46e1faac3e00b022a70fcab6e609cf609 /content/browser/plugin_service_impl.cc
parent7b00db0efffcf0ee9c3b92658de9cccc11fdd430 (diff)
downloadchromium_src-1021245332f0dcfd416e4baf0ef62dc995550732.zip
chromium_src-1021245332f0dcfd416e4baf0ef62dc995550732.tar.gz
chromium_src-1021245332f0dcfd416e4baf0ef62dc995550732.tar.bz2
Remove unused includes of plugin_list.h. Also remove unused ContentClient and webkit_support methods that referenced or used PluginList.
BUG=237249 R=jamesr@chromium.org Review URL: https://codereview.chromium.org/19381007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211830 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/plugin_service_impl.cc')
-rw-r--r--content/browser/plugin_service_impl.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/content/browser/plugin_service_impl.cc b/content/browser/plugin_service_impl.cc
index c130a34..89681bd 100644
--- a/content/browser/plugin_service_impl.cc
+++ b/content/browser/plugin_service_impl.cc
@@ -68,8 +68,7 @@ bool LoadPluginListInProcess() {
// that causes instability.
// Can't load the plugins on the utility thread when in single process mode
- // since that requires using WebKit and GTK and they can only be used on the
- // main thread.
+ // since that requires GTK which can only be used on the main thread.
if (RenderProcessHost::run_renderer_in_process())
return true;
@@ -193,8 +192,6 @@ void PluginServiceImpl::Init() {
RegisterInternalPlugin(webview_plugin, true);
}
- GetContentClient()->AddNPAPIPlugins(plugin_list_);
-
// Load any specified on the command line as well.
base::FilePath path =
command_line->GetSwitchValuePath(switches::kLoadPlugin);