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

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

Issue 1488923002: Remove unused DidPageReceiveSafeBrowsingMatch code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/client_side_detection_host.h
diff --git a/chrome/browser/safe_browsing/client_side_detection_host.h b/chrome/browser/safe_browsing/client_side_detection_host.h
index d5673a236e05abcede9a2c2dcb091116b453f293..b7d4f2d1c42aa14bec35b5e63dd6b76d57b0dba2 100644
--- a/chrome/browser/safe_browsing/client_side_detection_host.h
+++ b/chrome/browser/safe_browsing/client_side_detection_host.h
@@ -59,10 +59,6 @@ class ClientSideDetectionHost : public content::WebContentsObserver,
virtual scoped_refptr<SafeBrowsingDatabaseManager> database_manager();
- // Returns whether the current page contains a malware or phishing safe
- // browsing match.
- bool DidPageReceiveSafeBrowsingMatch() const;
-
protected:
explicit ClientSideDetectionHost(content::WebContents* tab);

Powered by Google App Engine
This is Rietveld 408576698