| Index: chrome/browser/safe_browsing/safe_browsing_service.h
|
| diff --git a/chrome/browser/safe_browsing/safe_browsing_service.h b/chrome/browser/safe_browsing/safe_browsing_service.h
|
| index 85eb5eff6102b15693333e289af2a95d09750d09..beffaef320812f80878a7ff25f89102624dba2f7 100644
|
| --- a/chrome/browser/safe_browsing/safe_browsing_service.h
|
| +++ b/chrome/browser/safe_browsing/safe_browsing_service.h
|
| @@ -139,11 +139,11 @@ class SafeBrowsingService
|
|
|
| class Client {
|
| public:
|
| - virtual ~Client() {}
|
| -
|
| void OnSafeBrowsingResult(const SafeBrowsingCheck& check);
|
|
|
| protected:
|
| + virtual ~Client() {}
|
| +
|
| // Called when the result of checking a browse URL is known.
|
| virtual void OnBrowseUrlCheckResult(const GURL& url,
|
| UrlCheckResult result) {}
|
|
|