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

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

Issue 42553002: Mostly integrate new malware IP blacklist with the csd client. When (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix leaks in the unit-tests Created 7 years, 1 month 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
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);

Powered by Google App Engine
This is Rietveld 408576698