summaryrefslogtreecommitdiffstats
path: root/content/test/test_content_client.cc
diff options
context:
space:
mode:
authordpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-04 23:53:17 +0000
committerdpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-04 23:53:17 +0000
commit8dc30c4e4abf9b46668508d7997c11ab13f5e1ce (patch)
treef62e40f9dd91ea3c63e48f88f1a3db75ccb1071e /content/test/test_content_client.cc
parentdeea482147bc8ef0ba15eef386dba1af394f4bae (diff)
downloadchromium_src-8dc30c4e4abf9b46668508d7997c11ab13f5e1ce.zip
chromium_src-8dc30c4e4abf9b46668508d7997c11ab13f5e1ce.tar.gz
chromium_src-8dc30c4e4abf9b46668508d7997c11ab13f5e1ce.tar.bz2
Modify code in chrome to call wrapper functions on PluginService
rather than calling into webkit::npapi::PluginList directly. This change is necessary to ensure we only have one list when we switch content to the component build. R=jam@chromium.org TBR=cpu@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/8440058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108744 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/test/test_content_client.cc')
-rw-r--r--content/test/test_content_client.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/content/test/test_content_client.cc b/content/test/test_content_client.cc
index 7f329f1..e1d6d43 100644
--- a/content/test/test_content_client.cc
+++ b/content/test/test_content_client.cc
@@ -23,6 +23,10 @@ void TestContentClient::AddPepperPlugins(
std::vector<content::PepperPluginInfo>* plugins) {
}
+void TestContentClient::AddNPAPIPlugins(
+ webkit::npapi::PluginList* plugin_list) {
+}
+
bool TestContentClient::CanSendWhileSwappedOut(const IPC::Message* msg) {
return true;
}