summaryrefslogtreecommitdiffstats
path: root/content/shell/shell_content_client.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/shell/shell_content_client.cc')
-rw-r--r--content/shell/shell_content_client.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/content/shell/shell_content_client.cc b/content/shell/shell_content_client.cc
index bc98458..c6bf11f 100644
--- a/content/shell/shell_content_client.cc
+++ b/content/shell/shell_content_client.cc
@@ -22,6 +22,10 @@ void ShellContentClient::AddPepperPlugins(
std::vector<content::PepperPluginInfo>* plugins) {
}
+void ShellContentClient::AddNPAPIPlugins(
+ webkit::npapi::PluginList* plugin_list) {
+}
+
bool ShellContentClient::CanSendWhileSwappedOut(const IPC::Message* msg) {
return false;
}