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

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: 1st CL in series to delete PluginGroup. Updates PluginList only. 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') | 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 302bc92a77b4fe216672247860dd39c9d6623e00..70891b57795c02dbae43a3a4dd3b25614375b418 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. http://crbug.com/124396
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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698