Chromium Code Reviews| Index: chrome/browser/safe_browsing/safe_browsing_service.h |
| =================================================================== |
| --- chrome/browser/safe_browsing/safe_browsing_service.h (revision 55938) |
| +++ chrome/browser/safe_browsing/safe_browsing_service.h (working copy) |
| @@ -266,7 +266,8 @@ |
| // service. |
| void ReportMalware(const GURL& malware_url, |
| const GURL& page_url, |
| - const GURL& referrer_url); |
| + const GURL& referrer_url, |
| + bool is_subresource); |
| CurrentChecks checks_; |