diff options
author | mbelshe@chromium.org <mbelshe@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-25 07:52:09 +0000 |
---|---|---|
committer | mbelshe@chromium.org <mbelshe@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-25 07:52:09 +0000 |
commit | 08e7dc2e5721184693ec260ece91ae39d7137e55 (patch) | |
tree | e3ce813cee92c97b501addcd56dfc8b76dd81749 /net | |
parent | 0871fc3f56b78f3c4683927645b29c39c4e8b432 (diff) | |
download | chromium_src-08e7dc2e5721184693ec260ece91ae39d7137e55.zip chromium_src-08e7dc2e5721184693ec260ece91ae39d7137e55.tar.gz chromium_src-08e7dc2e5721184693ec260ece91ae39d7137e55.tar.bz2 |
Remove dead log entries for SPDY_TRANSACTION_*
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3205003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57300 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-rw-r--r-- | net/base/net_log_event_type_list.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/net/base/net_log_event_type_list.h b/net/base/net_log_event_type_list.h index c09b46c..c2c754f 100644 --- a/net/base/net_log_event_type_list.h +++ b/net/base/net_log_event_type_list.h @@ -515,22 +515,6 @@ EVENT_TYPE(HTTP_TRANSACTION_READ_BODY) EVENT_TYPE(HTTP_TRANSACTION_DRAIN_BODY_FOR_AUTH_RESTART) // ------------------------------------------------------------------------ -// SpdyNetworkTransaction -// ------------------------------------------------------------------------ - -// Measures the time taken to get a spdy stream. -EVENT_TYPE(SPDY_TRANSACTION_INIT_CONNECTION) - -// Measures the time taken to send the request to the server. -EVENT_TYPE(SPDY_TRANSACTION_SEND_REQUEST) - -// Measures the time to read HTTP response headers from the server. -EVENT_TYPE(SPDY_TRANSACTION_READ_HEADERS) - -// Measures the time to read the entity body from the server. -EVENT_TYPE(SPDY_TRANSACTION_READ_BODY) - -// ------------------------------------------------------------------------ // SpdySession // ------------------------------------------------------------------------ |