From 47217cf0e17aa7aa5da0401bd5ea17203da4aed7 Mon Sep 17 00:00:00 2001 From: "dpranke@chromium.org" Date: Sat, 5 Nov 2011 01:23:44 +0000 Subject: Revert r108744, r108753 - "Modify code in chrome to call wrapper functions on PluginService" TBR=jam@chromium.org Review URL: http://codereview.chromium.org/8475020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108760 0039d316-1c4b-4281-b951-d872f2087c98 --- content/public/common/content_client.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'content/public') diff --git a/content/public/common/content_client.h b/content/public/common/content_client.h index 840e370..7386ef7 100644 --- a/content/public/common/content_client.h +++ b/content/public/common/content_client.h @@ -29,12 +29,6 @@ namespace sandbox { class TargetPolicy; } -namespace webkit { -namespace npapi { -class PluginList; -} -} - namespace content { class ContentBrowserClient; @@ -85,10 +79,6 @@ class CONTENT_EXPORT ContentClient { virtual void AddPepperPlugins( std::vector* plugins) = 0; - // Gives the embedder a chance to register its own internal NPAPI plugins. - virtual void AddNPAPIPlugins( - webkit::npapi::PluginList* plugin_list) = 0; - // Returns whether the given message should be allowed to be sent from a // swapped out renderer. virtual bool CanSendWhileSwappedOut(const IPC::Message* msg) = 0; -- cgit v1.1