Index: tools/clang/plugins/Options.h |
diff --git a/tools/clang/plugins/Options.h b/tools/clang/plugins/Options.h |
index 186c1e39c6845ac9be2004d783a749c5fa67393c..bb5857f0d74ec688dc158367b24b0a1c7643d4c2 100644 |
--- a/tools/clang/plugins/Options.h |
+++ b/tools/clang/plugins/Options.h |
@@ -10,12 +10,14 @@ namespace chrome_checker { |
struct Options { |
Options() |
: check_base_classes(false), |
+ enforce_in_pdf(false), |
enforce_in_thirdparty_webkit(false), |
check_enum_last_value(false), |
with_ast_visitor(false), |
check_templates(false) {} |
bool check_base_classes; |
+ bool enforce_in_pdf; |
bool enforce_in_thirdparty_webkit; // Use in Blink code itself |
bool check_enum_last_value; |
bool with_ast_visitor; |