From 91d9f3d52a1e55a9938416b258e08d3cc445eae4 Mon Sep 17 00:00:00 2001 From: "cpu@chromium.org" Date: Sun, 14 Aug 2011 05:24:44 +0000 Subject: Make WebPluginInfo more generic - To account for pepper plugins, it grows a type field - move WebPluginInfo from webkit::npapi to webkit:: and move the files as well. This will allow us to remove hacks to get pepper plugins to load soon BUG=89248 TEST=none Review URL: http://codereview.chromium.org/7648017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96718 0039d316-1c4b-4281-b951-d872f2087c98 --- content/browser/plugin_process_host.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/browser/plugin_process_host.cc') diff --git a/content/browser/plugin_process_host.cc b/content/browser/plugin_process_host.cc index 863133f..6e2af29 100644 --- a/content/browser/plugin_process_host.cc +++ b/content/browser/plugin_process_host.cc @@ -152,7 +152,7 @@ PluginProcessHost::~PluginProcessHost() { CancelRequests(); } -bool PluginProcessHost::Init(const webkit::npapi::WebPluginInfo& info, +bool PluginProcessHost::Init(const webkit::WebPluginInfo& info, const std::string& locale) { info_ = info; set_name(info_.name); -- cgit v1.1