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

Unified Diff: content/public/browser/plugin_service.h

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/public/browser/plugin_service.h
diff --git a/content/public/browser/plugin_service.h b/content/public/browser/plugin_service.h
index 70d98c6887eb9e24be31c597c44b9656defd4ec8..e55efafb09fe85691086f8af6ead4571154234d9 100644
--- a/content/public/browser/plugin_service.h
+++ b/content/public/browser/plugin_service.h
@@ -134,6 +134,8 @@ class PluginService {
virtual void RegisterInternalPlugin(const webkit::WebPluginInfo& info,
bool add_at_beginning) = 0;
virtual string16 GetPluginGroupName(const std::string& plugin_name) = 0;
+ virtual void GetInternalPlugins(
+ std::vector<webkit::WebPluginInfo>* plugins) = 0;
// TODO(dpranke): This should be private.
virtual webkit::npapi::PluginList* GetPluginList() = 0;

Powered by Google App Engine
This is Rietveld 408576698