| Index: chrome/PRESUBMIT.py
|
| diff --git a/chrome/PRESUBMIT.py b/chrome/PRESUBMIT.py
|
| index 8bf83c5b73e0f1155dcf9f249eef52d5878b3f74..8a1fccdf1629aacdf1cff52447b6e7ca7dc0fbfa 100644
|
| --- a/chrome/PRESUBMIT.py
|
| +++ b/chrome/PRESUBMIT.py
|
| @@ -38,8 +38,6 @@ EXCLUDE = (
|
| r'nss_decryptor_linux\.cc$',
|
| # Has safe printf usage that cpplint complains about
|
| r'safe_browsing_util\.cc$',
|
| - # Too much math on one line?
|
| - r'bloom_filter\.cc$',
|
| # Bogus ifdef tricks
|
| r'renderer_webkitplatformsupport_impl\.cc$',
|
| # Lines > 100 chars
|
|
|