summaryrefslogtreecommitdiffstats
path: root/content/public/common/content_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/public/common/content_client.h')
-rw-r--r--content/public/common/content_client.h10
1 files changed, 0 insertions, 10 deletions
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<content::PepperPluginInfo>* 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;