| Index: chrome/browser/safe_browsing/notification_image_reporter.cc
|
| diff --git a/chrome/browser/safe_browsing/notification_image_reporter.cc b/chrome/browser/safe_browsing/notification_image_reporter.cc
|
| index 89499fabdf46edcc9bfa12113244d2c25fe43d0e..5862fbd22f4a4ff916269006b7408115906f149f 100644
|
| --- a/chrome/browser/safe_browsing/notification_image_reporter.cc
|
| +++ b/chrome/browser/safe_browsing/notification_image_reporter.cc
|
| @@ -58,9 +58,8 @@ const char NotificationImageReporter::kReportingUploadUrl[] =
|
|
|
| NotificationImageReporter::NotificationImageReporter(
|
| net::URLRequestContext* request_context)
|
| - : NotificationImageReporter(base::MakeUnique<net::ReportSender>(
|
| - request_context,
|
| - net::ReportSender::CookiesPreference::DO_NOT_SEND_COOKIES)) {}
|
| + : NotificationImageReporter(
|
| + base::MakeUnique<net::ReportSender>(request_context)) {}
|
|
|
| NotificationImageReporter::NotificationImageReporter(
|
| std::unique_ptr<net::ReportSender> report_sender)
|
|
|