summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authornsylvain@google.com <nsylvain@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-26 20:42:28 +0000
committernsylvain@google.com <nsylvain@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-26 20:42:28 +0000
commitbd4277807a689b8880e769ddc036b1029d3e000f (patch)
tree5aafca7a34805fabcf63a897967667465877add4 /net
parentdd681aaa0b27d995e077f3255ee5bf7d96e7b7c2 (diff)
downloadchromium_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.h2
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.