Index: trunk/src/chrome/browser/net/chrome_fraudulent_certificate_reporter.cc |
=================================================================== |
--- trunk/src/chrome/browser/net/chrome_fraudulent_certificate_reporter.cc (revision 232831) |
+++ trunk/src/chrome/browser/net/chrome_fraudulent_certificate_reporter.cc (working copy) |
@@ -61,8 +61,8 @@ |
net::URLRequestContext* context) { |
scoped_ptr<net::URLRequest> request = |
context->CreateRequest(upload_url_, net::DEFAULT_PRIORITY, this); |
- request->SetLoadFlags(net::LOAD_DO_NOT_SEND_COOKIES | |
- net::LOAD_DO_NOT_SAVE_COOKIES); |
+ request->set_load_flags(net::LOAD_DO_NOT_SEND_COOKIES | |
+ net::LOAD_DO_NOT_SAVE_COOKIES); |
return request.Pass(); |
} |