| Index: net/base/net_log_event_type_list.h
|
| diff --git a/net/base/net_log_event_type_list.h b/net/base/net_log_event_type_list.h
|
| index b03bc27e41aabb8e257e8e761e355d454250b72b..755a1e03fecc05817e74cfe3f4bd1f4ab637769b 100644
|
| --- a/net/base/net_log_event_type_list.h
|
| +++ b/net/base/net_log_event_type_list.h
|
| @@ -772,6 +772,13 @@ EVENT_TYPE(HTTP_TRANSACTION_READ_BODY)
|
| // restarting for authentication, on keep alive connections.
|
| EVENT_TYPE(HTTP_TRANSACTION_DRAIN_BODY_FOR_AUTH_RESTART)
|
|
|
| +// This event is sent when we try to restart a transaction after an error.
|
| +// The following parameters are attached:
|
| +// {
|
| +// "net_error": <The net error code integer for the failure>,
|
| +// }
|
| +EVENT_TYPE(HTTP_TRANSACTION_RESTART_AFTER_ERROR)
|
| +
|
| // ------------------------------------------------------------------------
|
| // SpdySession
|
| // ------------------------------------------------------------------------
|
|
|