| Index: tools/clang/plugins/Options.h
|
| diff --git a/tools/clang/plugins/Options.h b/tools/clang/plugins/Options.h
|
| index a012979f0d3d657c3073e0f2724e6b919b30de4f..7320f9fdfb7ca1e0e743b1c11b37a974cb23c0cb 100644
|
| --- a/tools/clang/plugins/Options.h
|
| +++ b/tools/clang/plugins/Options.h
|
| @@ -10,6 +10,7 @@ namespace chrome_checker {
|
| struct Options {
|
| bool check_base_classes = false;
|
| bool enforce_in_thirdparty_webkit = false; // Use in Blink code itself
|
| + bool check_for_blink = false;
|
| bool check_enum_last_value = false;
|
| // This is needed for some distributed build-sytems to respect banned
|
| // paths. See https://crbug.com/583454 for details.
|
|
|