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 cbb1a979db46b1fe7600a98dc2a28125a836d07e..fe9ec69922767c1c245c107e3addc62e3442a988 100644 |
--- a/chrome/browser/safe_browsing/client_side_detection_service.h |
+++ b/chrome/browser/safe_browsing/client_side_detection_service.h |
@@ -123,11 +123,6 @@ class ClientSideDetectionService : public net::URLFetcherDelegate, |
// address. |
virtual bool IsPrivateIPAddress(const std::string& ip_address) const; |
- // Returns true if the given IP address is on the list of known bad IPs. |
- // ip_address should be a dotted IPv4 address, or an unbracketed IPv6 |
- // address. |
- virtual bool IsBadIpAddress(const std::string& ip_address) const; |
- |
// Returns true and sets is_phishing if url is in the cache and valid. |
virtual bool GetValidCachedResult(const GURL& url, bool* is_phishing); |