summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-14 12:17:16 +0000
committerpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-14 12:17:16 +0000
commit2fd5a178fe8e1d5c87e8a598a579ed71388229df (patch)
tree8c674d34f355d564dc540ff663d16a4e140c5b5e /net
parent6e17bb92de55577af86410a1e9709df91ec9617b (diff)
downloadchromium_src-2fd5a178fe8e1d5c87e8a598a579ed71388229df.zip
chromium_src-2fd5a178fe8e1d5c87e8a598a579ed71388229df.tar.gz
chromium_src-2fd5a178fe8e1d5c87e8a598a579ed71388229df.tar.bz2
DevTools: provide network log details to the WebCore's InspectorController.
Review URL: http://codereview.chromium.org/2645006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52310 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-rw-r--r--net/base/load_flags_list.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/base/load_flags_list.h b/net/base/load_flags_list.h
index 2bcb23e..3217d76 100644
--- a/net/base/load_flags_list.h
+++ b/net/base/load_flags_list.h
@@ -36,6 +36,9 @@ 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.
+LOAD_FLAG(ENABLE_LOAD_TIMING, 1 << 7)
+
// If present, ignores certificate mismatches with the domain name.
// (The default behavior is to trigger an OnSSLCertificateError callback.)
LOAD_FLAG(IGNORE_CERT_COMMON_NAME_INVALID, 1 << 8)