diff options
Diffstat (limited to 'chrome/browser/safe_browsing/browser_feature_extractor.h')
-rw-r--r-- | chrome/browser/safe_browsing/browser_feature_extractor.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/chrome/browser/safe_browsing/browser_feature_extractor.h b/chrome/browser/safe_browsing/browser_feature_extractor.h index 7f6264f..d227407 100644 --- a/chrome/browser/safe_browsing/browser_feature_extractor.h +++ b/chrome/browser/safe_browsing/browser_feature_extractor.h @@ -82,10 +82,6 @@ class BrowserFeatureExtractor { ClientPhishingRequest* request, DoneCallback* callback); - // The size of hash prefix to use for ClientPhishingRequest.hash_prefix. - // Public for testing. - static const int kHashPrefixLength; - private: friend class DeleteTask<BrowserFeatureExtractor>; typedef std::pair<ClientPhishingRequest*, DoneCallback*> ExtractionData; @@ -147,10 +143,6 @@ class BrowserFeatureExtractor { // is set it will return true and false otherwise. bool GetHistoryService(HistoryService** history); - // Computes the SHA-256 hash prefix for the URL and adds it to the - // ClientPhishingRequest. - void ComputeURLHash(ClientPhishingRequest* request); - TabContents* tab_; ClientSideDetectionService* service_; CancelableRequestConsumer request_consumer_; |