Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(502)

Unified Diff: chrome/PRESUBMIT.py

Issue 11196036: Finish conversion from bloom filter to prefix set in safe browsing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Delete the unnecessary unit test. Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/safe_browsing/bloom_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | chrome/browser/safe_browsing/bloom_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698