diff options
author | pauljensen@chromium.org <pauljensen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-01 20:25:32 +0000 |
---|---|---|
committer | pauljensen@chromium.org <pauljensen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-01 20:25:32 +0000 |
commit | ce178094741bd8bdd6aa3ba741830e1224b93796 (patch) | |
tree | 613a3a30dfb6a1b0ab6327229dcf348f1b180a40 /net/base | |
parent | e26dfc310a7a76a65b0106673e124793a02f6c44 (diff) | |
download | chromium_src-ce178094741bd8bdd6aa3ba741830e1224b93796.zip chromium_src-ce178094741bd8bdd6aa3ba741830e1224b93796.tar.gz chromium_src-ce178094741bd8bdd6aa3ba741830e1224b93796.tar.bz2 |
Log SPDY request headers in URL_REQUEST events in net-internals.
BUG=135203
TEST=
Review URL: https://chromiumcodereview.appspot.com/10824115
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149482 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/base')
-rw-r--r-- | net/base/net_log_event_type_list.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/net/base/net_log_event_type_list.h b/net/base/net_log_event_type_list.h index cf30a83..819b115 100644 --- a/net/base/net_log_event_type_list.h +++ b/net/base/net_log_event_type_list.h @@ -914,6 +914,13 @@ EVENT_TYPE(HTTP_TRANSACTION_SEND_REQUEST) // } EVENT_TYPE(HTTP_TRANSACTION_SEND_REQUEST_HEADERS) +// This event is sent for a HTTP request over a SPDY stream. +// The following parameters are attached: +// { +// "headers": <The list of header:value pairs>, +// } +EVENT_TYPE(HTTP_TRANSACTION_SPDY_SEND_REQUEST_HEADERS) + // Measures the time to read HTTP response headers from the server. EVENT_TYPE(HTTP_TRANSACTION_READ_HEADERS) |