Index: chrome/browser/net/chrome_fraudulent_certificate_reporter.cc |
=================================================================== |
--- chrome/browser/net/chrome_fraudulent_certificate_reporter.cc (revision 256594) |
+++ chrome/browser/net/chrome_fraudulent_certificate_reporter.cc (working copy) |
@@ -60,7 +60,7 @@ |
ChromeFraudulentCertificateReporter::CreateURLRequest( |
net::URLRequestContext* context) { |
scoped_ptr<net::URLRequest> request = |
- context->CreateRequest(upload_url_, net::DEFAULT_PRIORITY, this); |
+ context->CreateRequest(upload_url_, net::DEFAULT_PRIORITY, this, NULL); |
request->SetLoadFlags(net::LOAD_DO_NOT_SEND_COOKIES | |
net::LOAD_DO_NOT_SAVE_COOKIES); |
return request.Pass(); |