Chromium Code Reviews| Index: extensions/common/extension.h |
| diff --git a/extensions/common/extension.h b/extensions/common/extension.h |
| index 668f52f6806af108db2709416e594fd601467675..4c76478b50de4fb8371c0ba542fa7e5953ef3e3a 100644 |
| --- a/extensions/common/extension.h |
| +++ b/extensions/common/extension.h |
| @@ -28,6 +28,10 @@ |
| #include "ui/gfx/size.h" |
| #include "url/gurl.h" |
| +#if !defined(ENABLE_EXTENSIONS) |
| +#error "Extensions must be enabled" |
| +#endif |
| + |
| namespace base { |
| class DictionaryValue; |
| class Version; |