Index: chrome/browser/profiles/profile_io_data.cc |
diff --git a/chrome/browser/profiles/profile_io_data.cc b/chrome/browser/profiles/profile_io_data.cc |
index e0821fb2ecbf9f42224b98c3d5bb2c0f545dad70..45e5656d150960c29131a3c7451bd57560211c66 100644 |
--- a/chrome/browser/profiles/profile_io_data.cc |
+++ b/chrome/browser/profiles/profile_io_data.cc |
@@ -1027,8 +1027,8 @@ void ProfileIOData::Init( |
base::SequencedWorkerPool::BLOCK_SHUTDOWN), |
IsOffTheRecord())); |
- certificate_report_sender_.reset(new net::ReportSender( |
- main_request_context_.get(), net::ReportSender::DO_NOT_SEND_COOKIES)); |
+ certificate_report_sender_.reset( |
+ new net::ReportSender(main_request_context_.get())); |
transport_security_state_->SetReportSender(certificate_report_sender_.get()); |
expect_ct_reporter_.reset( |