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

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

Issue 2451623005: Remove Dangerous indicator after going back from interstitial (Closed)
Patch Set: Created 4 years, 2 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: chrome/browser/safe_browsing/ui_manager.h
diff --git a/chrome/browser/safe_browsing/ui_manager.h b/chrome/browser/safe_browsing/ui_manager.h
index 8cccdb1f6f90a069d2b29678e1361287fa3340da..47f45c4ba8916bc1ae9dd9609b33725744d63810 100644
--- a/chrome/browser/safe_browsing/ui_manager.h
+++ b/chrome/browser/safe_browsing/ui_manager.h
@@ -197,6 +197,11 @@ class SafeBrowsingUIManager
// Updates the whitelist URL set. Called on the UI thread.
void AddToWhitelistUrlSet(const UnsafeResource& resource, bool is_pending);
+ // Removes the URL for |resource| from the pending whitelist. Assumes
+ // that the URL is in fact on the pending whitelist. Called on the UI
+ // thread.
+ void RemoveFromPendingWhitelistUrlSet(const UnsafeResource& resource);
+
// Safebrowsing service.
scoped_refptr<SafeBrowsingService> sb_service_;

Powered by Google App Engine
This is Rietveld 408576698