summaryrefslogtreecommitdiffstats
path: root/net/ocsp
diff options
context:
space:
mode:
authorakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-08 21:16:32 +0000
committerakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-08 21:16:32 +0000
commit2c910b73f60d23666a593b5cb9ade7c4cb723c79 (patch)
tree9e7a926d9615bc8341bf12f5f5f589b4ca296778 /net/ocsp
parentf20d733f2788dc6b1c28e02b15790bae2332eafd (diff)
downloadchromium_src-2c910b73f60d23666a593b5cb9ade7c4cb723c79.zip
chromium_src-2c910b73f60d23666a593b5cb9ade7c4cb723c79.tar.gz
chromium_src-2c910b73f60d23666a593b5cb9ade7c4cb723c79.tar.bz2
Removing references to off the record in comments and log messages.
Original patch by vipul.bhasin@gmail.com. BUG=3333 TEST=None Review URL: http://codereview.chromium.org/6625076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77331 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/ocsp')
-rw-r--r--net/ocsp/nss_ocsp.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ocsp/nss_ocsp.cc b/net/ocsp/nss_ocsp.cc
index f4a5443..0f00626 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);