Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 401ceb298b4bf22f978b2019300220f0747dd898..382dd6d8fb44ed1f0d6495f7e06e6521b203de9b 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -2692,9 +2692,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', |
], |
}], |
['clang==1 and clang_use_chrome_plugins==1', { |