Index: content/browser/plugin_service_impl.h |
diff --git a/content/browser/plugin_service_impl.h b/content/browser/plugin_service_impl.h |
index 861889c7a36a71cec1318b2c9a0b6206c8a59863..8cb176aad24ca693b4431314bd5f40e156d421e5 100644 |
--- a/content/browser/plugin_service_impl.h |
+++ b/content/browser/plugin_service_impl.h |
@@ -8,6 +8,10 @@ |
#ifndef CONTENT_BROWSER_PLUGIN_SERVICE_IMPL_H_ |
#define CONTENT_BROWSER_PLUGIN_SERVICE_IMPL_H_ |
+#if !defined(ENABLE_PLUGINS) |
+#error "Plugins should be enabled" |
+#endif |
+ |
#include <map> |
#include <set> |
#include <vector> |