Chromium Code Reviews| Index: content/public/common/pepper_plugin_info.h |
| diff --git a/content/public/common/pepper_plugin_info.h b/content/public/common/pepper_plugin_info.h |
| index 3cd54bce9141b646d0fc8e6cfc70f02d846eae1e..bb1d9de61279930ba610cb253491c839253fbc46 100644 |
| --- a/content/public/common/pepper_plugin_info.h |
| +++ b/content/public/common/pepper_plugin_info.h |
| @@ -14,6 +14,10 @@ |
| #include "ppapi/c/pp_module.h" |
| #include "ppapi/c/ppb.h" |
| +#if !defined(ENABLE_PLUGINS) |
| +#error "Plugins should be enabled" |
| +#endif |
| + |
| namespace content { |
| struct CONTENT_EXPORT PepperPluginInfo { |