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

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

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/plugins/npapi/mock_plugin_list.h ('k') | webkit/plugins/npapi/plugin_group.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/npapi/mock_plugin_list.cc
diff --git a/webkit/plugins/npapi/mock_plugin_list.cc b/webkit/plugins/npapi/mock_plugin_list.cc
index 8f46557a11fee44532a29410e2700a804c14eadb..89206cfe2979fc3135e616a7d3bc22efda2cd003 100644
--- a/webkit/plugins/npapi/mock_plugin_list.cc
+++ b/webkit/plugins/npapi/mock_plugin_list.cc
@@ -7,9 +7,7 @@
namespace webkit {
namespace npapi {
-MockPluginList::MockPluginList(const PluginGroupDefinition* group_definitions,
- size_t num_group_definitions) :
- PluginList(group_definitions, num_group_definitions) {
+MockPluginList::MockPluginList() {
}
MockPluginList::~MockPluginList() {
@@ -29,13 +27,6 @@ bool MockPluginList::GetPluginsNoRefresh(
return true;
}
-// TODO(ibraaaa): DELETE. http://crbug.com/124396
-void MockPluginList::LoadPluginsInternal(
- ScopedVector<PluginGroup>* plugin_groups) {
- for (size_t i = 0; i < plugins_to_load_.size(); ++i)
- AddToPluginGroups(plugins_to_load_[i], plugin_groups);
-}
-
void MockPluginList::LoadPluginsIntoPluginListInternal(
std::vector<webkit::WebPluginInfo>* plugins) {
for (size_t i = 0; i < plugins_to_load_.size(); ++i) {
« no previous file with comments | « webkit/plugins/npapi/mock_plugin_list.h ('k') | webkit/plugins/npapi/plugin_group.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698