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

Unified Diff: chrome/browser/mock_plugin_exceptions_table_model.cc

Issue 7980011: Convert the PluginService interface to be an async wrapper around PluginList. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 9 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
Index: chrome/browser/mock_plugin_exceptions_table_model.cc
diff --git a/chrome/browser/mock_plugin_exceptions_table_model.cc b/chrome/browser/mock_plugin_exceptions_table_model.cc
index 281777b16d6daeeb00f2636ab2ada64543ee0065..aa9c1fbd05140ea31dc9448d297106861e162c66 100644
--- a/chrome/browser/mock_plugin_exceptions_table_model.cc
+++ b/chrome/browser/mock_plugin_exceptions_table_model.cc
@@ -4,6 +4,8 @@
#include "chrome/browser/mock_plugin_exceptions_table_model.h"
+#include "webkit/plugins/npapi/plugin_group.h"
+
MockPluginExceptionsTableModel::MockPluginExceptionsTableModel(
HostContentSettingsMap* map,
HostContentSettingsMap* otr_map)

Powered by Google App Engine
This is Rietveld 408576698