Index: net/ocsp/nss_ocsp.cc |
diff --git a/net/ocsp/nss_ocsp.cc b/net/ocsp/nss_ocsp.cc |
index 80f9db0e706331255d3c62f79f9c4d83f597707d..23c00d068bd919f678d660022ea833a5f09ef0d3 100644 |
--- a/net/ocsp/nss_ocsp.cc |
+++ b/net/ocsp/nss_ocsp.cc |
@@ -366,8 +366,7 @@ class OCSPRequestSession |
g_ocsp_io_loop.Get().AddRequest(this); |
} |
- request_ = new net::URLRequest(url_, this); |
- request_->set_context(url_request_context); |
+ request_ = new net::URLRequest(url_, this, url_request_context); |
// To meet the privacy requirements of incognito mode. |
request_->set_load_flags( |
net::LOAD_DISABLE_CACHE | net::LOAD_DO_NOT_SAVE_COOKIES | |