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

Unified Diff: chrome/browser/safe_browsing/browser_feature_extractor.h

Issue 7793012: Change the client-side phishing detection hashing function to (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Brian's comments Created 9 years, 4 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/browser_feature_extractor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/safe_browsing/browser_feature_extractor.h
diff --git a/chrome/browser/safe_browsing/browser_feature_extractor.h b/chrome/browser/safe_browsing/browser_feature_extractor.h
index a67438c32274684ad7fa653b6c4f7b61dc7bac54..dd02c208468c4a1e5407e7cc6c2663ed0e2dc1cf 100644
--- a/chrome/browser/safe_browsing/browser_feature_extractor.h
+++ b/chrome/browser/safe_browsing/browser_feature_extractor.h
@@ -74,9 +74,9 @@ class BrowserFeatureExtractor {
ClientPhishingRequest* request,
DoneCallback* callback);
- // The size of hash prefix to use for
- // ClientPhishingRequest.suffix_prefix_hash. Public for testing.
- static const int kSuffixPrefixHashLength;
+ // The size of hash prefix to use for ClientPhishingRequest.hash_prefix.
+ // Public for testing.
+ static const int kHashPrefixLength;
private:
friend class DeleteTask<BrowserFeatureExtractor>;
« no previous file with comments | « no previous file | chrome/browser/safe_browsing/browser_feature_extractor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698