| Index: chrome/browser/download/download_danger_prompt.h
|
| diff --git a/chrome/browser/download/download_danger_prompt.h b/chrome/browser/download/download_danger_prompt.h
|
| index 4301ea6958a7e51b7b6bcb58cc292d130a817b45..de31c051fd0d4929a21cfca50d84904b3f542f00 100644
|
| --- a/chrome/browser/download/download_danger_prompt.h
|
| +++ b/chrome/browser/download/download_danger_prompt.h
|
| @@ -6,6 +6,7 @@
|
| #define CHROME_BROWSER_DOWNLOAD_DOWNLOAD_DANGER_PROMPT_H_
|
|
|
| #include "base/callback_forward.h"
|
| +#include "chrome/common/safe_browsing/csd.pb.h"
|
|
|
| class GURL;
|
|
|
| @@ -58,7 +59,8 @@ class DownloadDangerPrompt {
|
| // by user's extended reporting preference (i.e.
|
| // prefs::kSafeBrowsingExtendedReportingEnabled). We should not put any extra
|
| // information in this report.
|
| - static void SendSafeBrowsingDownloadRecoveryReport(
|
| + static void SendSafeBrowsingDownloadReport(
|
| + safe_browsing::ClientSafeBrowsingReportRequest::ReportType report_type,
|
| bool did_proceed,
|
| const content::DownloadItem& download);
|
|
|
|
|