| 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);
|
|
|
|
|