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

Unified Diff: components/safe_browsing/base_ui_manager.h

Issue 2876473003: [ABANDONED] [WIP] Refactor SafeBrowsingResourceThrottle in preparation for WebSocket (Closed)
Patch Set: Minor fixes Created 3 years, 6 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 | « components/safe_browsing/base_resource_throttle.cc ('k') | components/safe_browsing/request_checker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/safe_browsing/base_ui_manager.h
diff --git a/components/safe_browsing/base_ui_manager.h b/components/safe_browsing/base_ui_manager.h
index 1230417c2424fb31b122b51680a91fdbe92b7888..923c5cc7f507b4ba6f29861c33b2f847799833fb 100644
--- a/components/safe_browsing/base_ui_manager.h
+++ b/components/safe_browsing/base_ui_manager.h
@@ -62,8 +62,7 @@ class BaseUIManager
// This is a no-op in the base class, but should be overridden to report hits
// to the unsafe contents (malware, phishing, unsafe download URL)
// to the server. Can only be called on UI thread.
- virtual void MaybeReportSafeBrowsingHit(
- const safe_browsing::HitReport& hit_report);
+ virtual void MaybeReportSafeBrowsingHit(const HitReport& hit_report);
// A convenience wrapper method for IsUrlWhitelistedOrPendingForWebContents.
virtual bool IsWhitelisted(const UnsafeResource& resource);
« no previous file with comments | « components/safe_browsing/base_resource_throttle.cc ('k') | components/safe_browsing/request_checker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698