Chromium Code Reviews| Index: net/http/http_network_transaction.h |
| diff --git a/net/http/http_network_transaction.h b/net/http/http_network_transaction.h |
| index ca7a79d605635e4eeb7d18eca0795431566b9751..234bf7df8b4d2bcb616c85f97c4897f7dcc3d7ff 100644 |
| --- a/net/http/http_network_transaction.h |
| +++ b/net/http/http_network_transaction.h |
| @@ -85,6 +85,8 @@ class NET_EXPORT_PRIVATE HttpNetworkTransaction |
| const SSLConfig& used_ssl_config, |
| const ProxyInfo& used_proxy_info, |
| HttpStreamBase* stream) OVERRIDE; |
| + // For testing. |
| + SSLConfig& server_ssl_config() { return server_ssl_config_; } |
|
agl
2013/04/15 15:23:51
server_ssl_config_for_testing()
(If it's a testin
Ryan Sleevi
2013/04/15 18:03:28
+1 to either FRIEND_TEST_ALL_PREFIXES or friending
thaidn_google
2013/04/16 00:38:16
Done.
|
| private: |
| FRIEND_TEST_ALL_PREFIXES(HttpNetworkTransactionSpdy2Test, |