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

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

Issue 10918174: Remove PluginGroup (Closed) Base URL: http://git.chromium.org/chromium/src.git@remove_async_plugin_finder
Patch Set: fix conflicts Created 8 years, 3 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/glue/webkit_glue.gypi ('k') | webkit/plugins/npapi/mock_plugin_list.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/npapi/mock_plugin_list.h
diff --git a/webkit/plugins/npapi/mock_plugin_list.h b/webkit/plugins/npapi/mock_plugin_list.h
index 70891b57795c02dbae43a3a4dd3b25614375b418..751d50037e1b280f6a327a1a9e304254cd0c36fa 100644
--- a/webkit/plugins/npapi/mock_plugin_list.h
+++ b/webkit/plugins/npapi/mock_plugin_list.h
@@ -14,8 +14,7 @@ namespace npapi {
// to use |lock_| (but it doesn't hurt either).
class MockPluginList : public PluginList {
public:
- MockPluginList(const PluginGroupDefinition* group_definitions,
- size_t num_group_definitions);
+ MockPluginList();
virtual ~MockPluginList();
void AddPluginToLoad(const WebPluginInfo& plugin);
@@ -30,10 +29,6 @@ class MockPluginList : public PluginList {
// PluginList methods:
- // TODO(ibraaaa): DELETE. http://crbug.com/124396
- virtual void LoadPluginsInternal(
- ScopedVector<PluginGroup>* plugin_groups) OVERRIDE;
-
virtual void LoadPluginsIntoPluginListInternal(
std::vector<webkit::WebPluginInfo>* plugins) OVERRIDE;
};
« no previous file with comments | « webkit/glue/webkit_glue.gypi ('k') | webkit/plugins/npapi/mock_plugin_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698