| Index: chrome/browser/safe_browsing/client_side_detection_service.h
|
| diff --git a/chrome/browser/safe_browsing/client_side_detection_service.h b/chrome/browser/safe_browsing/client_side_detection_service.h
|
| index 380aa72b93b478ce99934838af946907ddce9466..e04456db4e6edc24baebe9d7f09b565d6d704bff 100644
|
| --- a/chrome/browser/safe_browsing/client_side_detection_service.h
|
| +++ b/chrome/browser/safe_browsing/client_side_detection_service.h
|
| @@ -169,8 +169,6 @@ class ClientSideDetectionService : public content::URLFetcherDelegate,
|
| SetEnabledAndRefreshState);
|
| FRIEND_TEST_ALL_PREFIXES(ClientSideDetectionServiceTest, IsBadIpAddress);
|
| FRIEND_TEST_ALL_PREFIXES(ClientSideDetectionServiceTest,
|
| - IsFalsePositiveResponse);
|
| - FRIEND_TEST_ALL_PREFIXES(ClientSideDetectionServiceTest,
|
| ModelHasValidHashIds);
|
|
|
| // CacheState holds all information necessary to respond to a caller without
|
| @@ -253,12 +251,6 @@ class ClientSideDetectionService : public content::URLFetcherDelegate,
|
| // valid hashes in the model.
|
| static bool ModelHasValidHashIds(const ClientSideModel& model);
|
|
|
| - // Returns true iff the response is phishing (phishy() is true) and if the
|
| - // given URL matches one of the whitelisted expressions in the given
|
| - // ClientPhishingResponse.
|
| - static bool IsFalsePositiveResponse(const GURL& url,
|
| - const ClientPhishingResponse& response);
|
| -
|
| // Whether the service is running or not. When the service is not running,
|
| // it won't download the model nor report detected phishing URLs.
|
| bool enabled_;
|
|
|