Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1226)

Unified Diff: content/browser/plugin_service_impl.cc

Issue 11090018: Only register the newer one of {bundled, component} Pepper Flash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/plugin_service_impl.h ('k') | content/public/browser/plugin_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/plugin_service_impl.cc
diff --git a/content/browser/plugin_service_impl.cc b/content/browser/plugin_service_impl.cc
index 6f7a30342e21d0f4ceed16f94d677274c6450531..4c9ccced1af583dad4094de02caf8c78f5546ad3 100644
--- a/content/browser/plugin_service_impl.cc
+++ b/content/browser/plugin_service_impl.cc
@@ -706,6 +706,11 @@ void PluginServiceImpl::RegisterInternalPlugin(
plugin_list_->RegisterInternalPlugin(info, add_at_beginning);
}
+void PluginServiceImpl::GetInternalPlugins(
+ std::vector<webkit::WebPluginInfo>* plugins) {
+ plugin_list_->GetInternalPlugins(plugins);
+}
+
webkit::npapi::PluginList* PluginServiceImpl::GetPluginList() {
return plugin_list_;
}
« no previous file with comments | « content/browser/plugin_service_impl.h ('k') | content/public/browser/plugin_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698