From 1239d2873c81b96ba283981b7fc35bcf566ca7d1 Mon Sep 17 00:00:00 2001 From: "vandebo@chromium.org" Date: Thu, 17 Dec 2009 19:07:21 +0000 Subject: 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 --- net/base/load_log_event_type_list.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'net/base') 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 // ------------------------------------------------------------------------ -- cgit v1.1