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

Unified Diff: webkit/plugins/npapi/plugin_list.h

Issue 10066016: Fix plug-in identifier for Shockwave and add a unit test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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 | « webkit/plugins/npapi/plugin_group.h ('k') | webkit/plugins/npapi/plugin_list.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/npapi/plugin_list.h
diff --git a/webkit/plugins/npapi/plugin_list.h b/webkit/plugins/npapi/plugin_list.h
index 87ea02dfa73a8f2fc2e6bac230014797cd211b03..d01b38f4135a35f0de0e732d5061bb5e00b8a2f2 100644
--- a/webkit/plugins/npapi/plugin_list.h
+++ b/webkit/plugins/npapi/plugin_list.h
@@ -174,6 +174,9 @@ class WEBKIT_PLUGINS_EXPORT PluginList {
// Computes a list of all plugins to potentially load from all sources.
void GetPluginPathsToLoad(std::vector<FilePath>* plugin_paths);
+ // Returns the list of hardcoded plug-in groups for testing.
+ const std::vector<PluginGroup*>& GetHardcodedPluginGroups() const;
+
// Clears the internal list of PluginGroups and copies them from the vector.
void SetPlugins(const std::vector<webkit::WebPluginInfo>& plugins);
« no previous file with comments | « webkit/plugins/npapi/plugin_group.h ('k') | webkit/plugins/npapi/plugin_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698