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