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

Unified Diff: components/subresource_filter/content/browser/fake_safe_browsing_database_manager.h

Issue 2859783002: [subresource_filter] Make website setting existence imply site activation (Closed)
Patch Set: rebase Created 3 years, 7 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
Index: components/subresource_filter/content/browser/fake_safe_browsing_database_manager.h
diff --git a/components/subresource_filter/content/browser/fake_safe_browsing_database_manager.h b/components/subresource_filter/content/browser/fake_safe_browsing_database_manager.h
index f36c437d4ba1b1bf294b6fa08569440b20cbd65d..d216217982ea2022be169d9cd229cbc85373cc23 100644
--- a/components/subresource_filter/content/browser/fake_safe_browsing_database_manager.h
+++ b/components/subresource_filter/content/browser/fake_safe_browsing_database_manager.h
@@ -23,6 +23,7 @@ class FakeSafeBrowsingDatabaseManager
void AddBlacklistedUrl(const GURL& url,
safe_browsing::SBThreatType threat_type);
+ void RemoveBlacklistedUrl(const GURL& url);
void SimulateTimeout();

Powered by Google App Engine
This is Rietveld 408576698