summaryrefslogtreecommitdiffstats
path: root/net/base
diff options
context:
space:
mode:
authorvandebo@chromium.org <vandebo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-17 19:07:21 +0000
committervandebo@chromium.org <vandebo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-17 19:07:21 +0000
commit1239d2873c81b96ba283981b7fc35bcf566ca7d1 (patch)
tree12c4c23ebf238b669e3580bb1076de8b0f8b98ac /net/base
parent90610762cb7f004ad28dde9b9763714bf95731d7 (diff)
downloadchromium_src-1239d2873c81b96ba283981b7fc35bcf566ca7d1.zip
chromium_src-1239d2873c81b96ba283981b7fc35bcf566ca7d1.tar.gz
chromium_src-1239d2873c81b96ba283981b7fc35bcf566ca7d1.tar.bz2
Add more load log points near HttpNetworkTransaction::ReadHeaders
TEST=none BUG=27324 Review URL: http://codereview.chromium.org/501034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34853 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/base')
-rw-r--r--net/base/load_log_event_type_list.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/net/base/load_log_event_type_list.h b/net/base/load_log_event_type_list.h
index eeccfd3..5b063de 100644
--- a/net/base/load_log_event_type_list.h
+++ b/net/base/load_log_event_type_list.h
@@ -178,6 +178,13 @@ EVENT_TYPE(FLIP_TRANSACTION_READ_HEADERS)
EVENT_TYPE(FLIP_TRANSACTION_READ_BODY)
// ------------------------------------------------------------------------
+// HttpStreamParser
+// ------------------------------------------------------------------------
+
+// Measures the time to read HTTP response headers from the server.
+EVENT_TYPE(HTTP_STREAM_PARSER_READ_HEADERS)
+
+// ------------------------------------------------------------------------
// SocketStream
// ------------------------------------------------------------------------