Index: content/common/pepper_plugin_list.h |
diff --git a/content/common/pepper_plugin_list.h b/content/common/pepper_plugin_list.h |
index d460e08477805e9d8b43a41dde8d3746c2b3f49b..1d06419b5f133c3b28bcc273151ee6743481be30 100644 |
--- a/content/common/pepper_plugin_list.h |
+++ b/content/common/pepper_plugin_list.h |
@@ -7,7 +7,12 @@ |
#include <vector> |
+#if !defined(ENABLE_PLUGINS) |
+#error "Plugins should be enabled" |
+#endif |
+ |
namespace content { |
+ |
struct PepperPluginInfo; |
struct WebPluginInfo; |