diff options
author | nsylvain@google.com <nsylvain@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-26 20:42:28 +0000 |
---|---|---|
committer | nsylvain@google.com <nsylvain@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-26 20:42:28 +0000 |
commit | bd4277807a689b8880e769ddc036b1029d3e000f (patch) | |
tree | 5aafca7a34805fabcf63a897967667465877add4 /net | |
parent | dd681aaa0b27d995e077f3255ee5bf7d96e7b7c2 (diff) | |
download | chromium_src-bd4277807a689b8880e769ddc036b1029d3e000f.zip chromium_src-bd4277807a689b8880e769ddc036b1029d3e000f.tar.gz chromium_src-bd4277807a689b8880e769ddc036b1029d3e000f.tar.bz2 |
Fix line ending on load_flags_list.h
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53674 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-rw-r--r-- | net/base/load_flags_list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/base/load_flags_list.h b/net/base/load_flags_list.h index 3217d76..ff5e609 100644 --- a/net/base/load_flags_list.h +++ b/net/base/load_flags_list.h @@ -36,7 +36,7 @@ LOAD_FLAG(DISABLE_INTERCEPT, 1 << 5) // If present, upload progress messages should be provided to initiator. LOAD_FLAG(ENABLE_UPLOAD_PROGRESS, 1 << 6) -// If present, collect load timing for the request.
+// If present, collect load timing for the request. LOAD_FLAG(ENABLE_LOAD_TIMING, 1 << 7) // If present, ignores certificate mismatches with the domain name. |