| Index: net/socket/connection_attempts.h
|
| diff --git a/net/socket/connection_attempts.h b/net/socket/connection_attempts.h
|
| index 241ffb056f5d3c463f32f2a92d17cd5388f7aeaf..185defa221f9244267ec94581b77a7efa94e0e1f 100644
|
| --- a/net/socket/connection_attempts.h
|
| +++ b/net/socket/connection_attempts.h
|
| @@ -22,6 +22,8 @@ struct ConnectionAttempt {
|
| int result;
|
| };
|
|
|
| +// Multiple connection attempts, as might be tracked in an HttpTransaction or a
|
| +// URLRequest. Order is insignificant.
|
| typedef std::vector<ConnectionAttempt> ConnectionAttempts;
|
|
|
| } // namespace net
|
|
|