Index: net/ocsp/nss_ocsp.cc |
diff --git a/net/ocsp/nss_ocsp.cc b/net/ocsp/nss_ocsp.cc |
index 18a476d6e6738e014c6c3431d28923d97090c85a..811b82db011e5e547e7eaf06f4448d177a3ef453 100644 |
--- a/net/ocsp/nss_ocsp.cc |
+++ b/net/ocsp/nss_ocsp.cc |
@@ -405,8 +405,7 @@ class OCSPRequestSession |
g_ocsp_io_loop.Get().AddRequest(this); |
} |
- request_ = url_request_context->CreateRequest( |
- url_, DEFAULT_PRIORITY, this, NULL); |
+ request_ = url_request_context->CreateRequest(url_, DEFAULT_PRIORITY, this); |
// To meet the privacy requirements of incognito mode. |
request_->SetLoadFlags(LOAD_DISABLE_CACHE | LOAD_DO_NOT_SAVE_COOKIES | |
LOAD_DO_NOT_SEND_COOKIES); |