Index: net/base/net_log_event_type_list.h |
=================================================================== |
--- net/base/net_log_event_type_list.h (revision 111993) |
+++ net/base/net_log_event_type_list.h (working copy) |
@@ -800,6 +800,13 @@ |
// } |
EVENT_TYPE(HTTP_STREAM_REQUEST_BOUND_TO_JOB) |
+// Logs the protocol negotiated with the server. The event parameters are: |
+// { |
+// "status": <The NextProtoStatus of proto>, |
+// "proto": <String of the proto negotiated>, |
+// } |
+EVENT_TYPE(HTTP_STREAM_REQUEST_PROTO) |
+ |
// ------------------------------------------------------------------------ |
// HttpNetworkTransaction |
// ------------------------------------------------------------------------ |