Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index a84b8a7081938b08050b935178cf32ae5ccadfae..e6d3f0c869c7824b3a7e5c6910a9ce174dc9d938 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -2243,9 +2243,6 @@ |
| # Warns on switches on enums that cover all enum values but |
| # also contain a default: branch. Chrome is full of that. |
| '-Wno-covered-switch-default', |
| - |
| - # TODO(thakis): Remove once the patch to fix violations is in. |
| - '-Wno-unused-private-field', |
| ], |
| 'cflags!': [ |
| # Clang doesn't seem to know know this flag. |