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

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

Issue 10860044: 1st CL in a series to remove PluginGroup. Updates PluginList. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 4 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 | « no previous file | webkit/plugins/npapi/mock_plugin_list.cc » ('j') | webkit/plugins/npapi/plugin_list.h » ('J')
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 302bc92a77b4fe216672247860dd39c9d6623e00..100eaae35045e6b39b305f2cfd7b7323452c3ff4 100644
--- a/webkit/plugins/npapi/mock_plugin_list.h
+++ b/webkit/plugins/npapi/mock_plugin_list.h
@@ -29,8 +29,13 @@ class MockPluginList : public PluginList {
std::vector<WebPluginInfo> plugins_to_load_;
// PluginList methods:
+
+ // TODO(ibraaaa): DELETE
virtual void LoadPluginsInternal(
ScopedVector<PluginGroup>* plugin_groups) OVERRIDE;
+
+ virtual void LoadPluginsIntoPluginListInternal(
+ std::vector<webkit::WebPluginInfo>* plugins) OVERRIDE;
};
} // npapi
« no previous file with comments | « no previous file | webkit/plugins/npapi/mock_plugin_list.cc » ('j') | webkit/plugins/npapi/plugin_list.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698