Index: content/browser/renderer_host/pepper/browser_ppapi_host_impl.h |
diff --git a/content/browser/renderer_host/pepper/browser_ppapi_host_impl.h b/content/browser/renderer_host/pepper/browser_ppapi_host_impl.h |
index 16fec3d29072a093055785a2bfc71249bd9b0867..43ae426705f51dfe339b3c4a952735ac2b50110e 100644 |
--- a/content/browser/renderer_host/pepper/browser_ppapi_host_impl.h |
+++ b/content/browser/renderer_host/pepper/browser_ppapi_host_impl.h |
@@ -22,6 +22,10 @@ |
#include "ipc/message_filter.h" |
#include "ppapi/host/ppapi_host.h" |
+#if !defined(ENABLE_PLUGINS) |
+#error "Plugins should be enabled" |
+#endif |
+ |
namespace content { |
class CONTENT_EXPORT BrowserPpapiHostImpl : public BrowserPpapiHost { |