Index: net/http/http_transaction.h |
diff --git a/net/http/http_transaction.h b/net/http/http_transaction.h |
index 52b3c977bde166ab77db767c1c57780a5ed474af..5b7ea9be4d8ad21c3f3677b5c81a3a28226a12ea 100644 |
--- a/net/http/http_transaction.h |
+++ b/net/http/http_transaction.h |
@@ -10,6 +10,7 @@ |
#include "net/base/net_export.h" |
#include "net/base/request_priority.h" |
#include "net/base/upload_progress.h" |
+#include "net/socket/connection_attempts.h" |
#include "net/websockets/websocket_handshake_stream_base.h" |
namespace net { |
@@ -174,6 +175,8 @@ class NET_EXPORT_PRIVATE HttpTransaction { |
// Resumes the transaction after being deferred. |
virtual int ResumeNetworkStart() = 0; |
+ |
+ virtual void GetConnectionAttempts(ConnectionAttempts* out) const = 0; |
}; |
} // namespace net |