Chromium Code Reviews

Unified Diff: chrome/browser/autocomplete_history_manager.cc

Issue 2862042: Don't save SSNs--quick style fix. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autocomplete_history_manager.cc
===================================================================
--- chrome/browser/autocomplete_history_manager.cc (revision 51535)
+++ chrome/browser/autocomplete_history_manager.cc (working copy)
@@ -49,7 +49,7 @@
int area = StringToInt(area_string);
if (area < 1 ||
area == 666 ||
- area > 733 && area < 750 ||
+ (area > 733 && area < 750) ||
area > 772)
return false;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine