Index: net/socket/socket_test_util.h |
diff --git a/net/socket/socket_test_util.h b/net/socket/socket_test_util.h |
index a4ac158412e86b3e28259acb4760b9c432a32de2..2918aad2dc55ec4f3b8ff5a63c0e8b584aa1af5c 100644 |
--- a/net/socket/socket_test_util.h |
+++ b/net/socket/socket_test_util.h |
@@ -334,6 +334,7 @@ struct SSLSocketDataProvider { |
scoped_refptr<X509Certificate> cert; |
bool channel_id_sent; |
ServerBoundCertService* server_bound_cert_service; |
+ int connection_status; |
}; |
// A DataProvider where the client must write a request before the reads (e.g. |