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

Unified Diff: content/browser/plugin_service_impl.cc

Issue 11141011: Merge 161210 - Only register the newer one of {bundled, component} Pepper Flash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: content/browser/plugin_service_impl.cc
diff --git a/content/browser/plugin_service_impl.cc b/content/browser/plugin_service_impl.cc
index 5a35037a1d6a4aaa24d708a56db9e5dd63474e7a..cbe320702ecbcaf80a07dbbc4fd3ab8fb09ffbe5 100644
--- a/content/browser/plugin_service_impl.cc
+++ b/content/browser/plugin_service_impl.cc
@@ -736,6 +736,11 @@ string16 PluginServiceImpl::GetPluginGroupName(const std::string& plugin_name) {
return plugin_list_->GetPluginGroupName(plugin_name);
}
+void PluginServiceImpl::GetInternalPlugins(
+ std::vector<webkit::WebPluginInfo>* plugins) {
+ plugin_list_->GetInternalPlugins(plugins);
+}
+
webkit::npapi::PluginList* PluginServiceImpl::GetPluginList() {
return plugin_list_;
}

Powered by Google App Engine
This is Rietveld 408576698