| Index: chrome/browser/safe_browsing/database_manager.h
|
| diff --git a/chrome/browser/safe_browsing/database_manager.h b/chrome/browser/safe_browsing/database_manager.h
|
| index a2b8237a07575f98229215f1ea663edec2e5b695..3b0984d7ba9c0d07069ea23ec4caa8db8d4ff236 100644
|
| --- a/chrome/browser/safe_browsing/database_manager.h
|
| +++ b/chrome/browser/safe_browsing/database_manager.h
|
| @@ -137,13 +137,6 @@ class SafeBrowsingDatabaseManager
|
| virtual bool CheckExtensionIDs(const std::set<std::string>& extension_ids,
|
| Client* client);
|
|
|
| - // Check if the given url is on the side-effect free whitelist.
|
| - // Can be called on any thread. Returns false if the check cannot be performed
|
| - // (e.g. because we are disabled or because of an invalid scheme in the URL).
|
| - // Otherwise, returns true if the URL is on the whitelist based on matching
|
| - // the hash prefix only (so there may be false positives).
|
| - virtual bool CheckSideEffectFreeWhitelistUrl(const GURL& url);
|
| -
|
| // Check if the |url| matches any of the full-length hashes from the client-
|
| // side phishing detection whitelist. Returns true if there was a match and
|
| // false otherwise. To make sure we are conservative we will return true if
|
| @@ -384,9 +377,6 @@ class SafeBrowsingDatabaseManager
|
| // Indicate if the extension blacklist should be enabled.
|
| bool enable_extension_blacklist_;
|
|
|
| - // Indicate if the side effect free whitelist should be enabled.
|
| - bool enable_side_effect_free_whitelist_;
|
| -
|
| // Indicate if the csd malware IP blacklist should be enabled.
|
| bool enable_ip_blacklist_;
|
|
|
|
|