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

Unified Diff: chrome/browser/mock_plugin_exceptions_table_model.h

Issue 5961004: Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webkit/plugin... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years 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 | « chrome/browser/metrics/metrics_service.cc ('k') | chrome/browser/mock_plugin_exceptions_table_model.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/mock_plugin_exceptions_table_model.h
===================================================================
--- chrome/browser/mock_plugin_exceptions_table_model.h (revision 69765)
+++ chrome/browser/mock_plugin_exceptions_table_model.h (working copy)
@@ -17,14 +17,13 @@
: PluginExceptionsTableModel(map, otr_map) {}
virtual ~MockPluginExceptionsTableModel() {}
- void set_plugins(std::vector<webkit::npapi::PluginGroup>& plugins);
+ void set_plugins(std::vector<PluginGroup>& plugins);
protected:
- virtual void GetPlugins(
- std::vector<webkit::npapi::PluginGroup>* plugin_groups);
+ virtual void GetPlugins(std::vector<PluginGroup>* plugin_groups);
private:
- std::vector<webkit::npapi::PluginGroup> plugins_;
+ std::vector<PluginGroup> plugins_;
};
#endif // CHROME_BROWSER_MOCK_PLUGIN_EXCEPTIONS_TABLE_MODEL_H_
« no previous file with comments | « chrome/browser/metrics/metrics_service.cc ('k') | chrome/browser/mock_plugin_exceptions_table_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698