Index: net/ocsp/nss_ocsp.cc |
diff --git a/net/ocsp/nss_ocsp.cc b/net/ocsp/nss_ocsp.cc |
index d83b239f8c59e6157ded51ec8c67adbcf742b460..13913d645c17a7a7d41d0b235474a8b3c7cac905 100644 |
--- a/net/ocsp/nss_ocsp.cc |
+++ b/net/ocsp/nss_ocsp.cc |
@@ -397,8 +397,8 @@ class OCSPRequestSession |
request_ = |
new URLRequest(url_, DEFAULT_PRIORITY, this, url_request_context); |
// To meet the privacy requirements of incognito mode. |
- request_->set_load_flags(LOAD_DISABLE_CACHE | LOAD_DO_NOT_SAVE_COOKIES | |
- LOAD_DO_NOT_SEND_COOKIES); |
+ request_->SetLoadFlags(LOAD_DISABLE_CACHE | LOAD_DO_NOT_SAVE_COOKIES | |
+ LOAD_DO_NOT_SEND_COOKIES); |
if (http_request_method_ == "POST") { |
DCHECK(!upload_content_.empty()); |