Index: net/ocsp/nss_ocsp.cc |
diff --git a/net/ocsp/nss_ocsp.cc b/net/ocsp/nss_ocsp.cc |
index f4a5443d8f779dd0baf2529f2d7775492df0fe0c..0f006269ef4e183c1776595c59c3e11fd1a20e51 100644 |
--- a/net/ocsp/nss_ocsp.cc |
+++ b/net/ocsp/nss_ocsp.cc |
@@ -364,7 +364,7 @@ class OCSPRequestSession |
request_ = new net::URLRequest(url_, this); |
request_->set_context(url_request_context); |
- // To meet the privacy requirements of off-the-record mode. |
+ // To meet the privacy requirements of incognito mode. |
request_->set_load_flags( |
net::LOAD_DISABLE_CACHE | net::LOAD_DO_NOT_SAVE_COOKIES | |
net::LOAD_DO_NOT_SEND_COOKIES); |