| Index: chrome/browser/safe_browsing/download_protection_service.cc
|
| diff --git a/chrome/browser/safe_browsing/download_protection_service.cc b/chrome/browser/safe_browsing/download_protection_service.cc
|
| index 7a886e32f03142460d6d9c8acba252feb55f01b7..c38104400db5d9515e965fd6d574f0a2e165ce7a 100644
|
| --- a/chrome/browser/safe_browsing/download_protection_service.cc
|
| +++ b/chrome/browser/safe_browsing/download_protection_service.cc
|
| @@ -289,7 +289,8 @@ class DownloadUrlSBClient
|
| hit_report.is_metrics_reporting_active =
|
| ChromeMetricsServiceAccessor::IsMetricsAndCrashReportingEnabled();
|
|
|
| - ui_manager_->MaybeReportSafeBrowsingHit(hit_report);
|
| + ui_manager_->MaybeReportSafeBrowsingHit(hit_report,
|
| + item_->GetWebContents());
|
| }
|
|
|
| void IdentifyReferrerChain() {
|
|
|