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

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

Issue 1073633002: Remove PrerenderLocalPredictor, part 2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@prerender-local-predictor-1
Patch Set: rebase Created 5 years, 8 months 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
« no previous file with comments | « chrome/browser/prerender/prerender_field_trial.cc ('k') | chrome/browser/safe_browsing/database_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « chrome/browser/prerender/prerender_field_trial.cc ('k') | chrome/browser/safe_browsing/database_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698