Index: PRESUBMIT.py |
diff --git a/PRESUBMIT.py b/PRESUBMIT.py |
index 3b003c8cf83e2ab860f4a6368487de8543821104..bcf1c703952ab8b73f4d0b7f7842f24d922ff056 100644 |
--- a/PRESUBMIT.py |
+++ b/PRESUBMIT.py |
@@ -1945,7 +1945,6 @@ def _CheckNoDeprecatedCss(input_api, output_api): |
(r"^chrome/common/extensions/docs", |
r"^chrome/docs", |
r"^components/dom_distiller/core/css/distilledpage_ios.css", |
- r"^components/flags_ui/resources/apple_flags.css", |
r"^components/neterror/resources/neterror.css", |
r"^native_client_sdk")) |
file_filter = lambda f: input_api.FilterSourceFile( |