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..b9ab3c8eda45f9f03101f6bc7e1d0ec481cace63 100644 |
| --- a/net/http/http_network_transaction.h |
| +++ b/net/http/http_network_transaction.h |
| @@ -86,6 +86,8 @@ class NET_EXPORT_PRIVATE HttpNetworkTransaction |
| const ProxyInfo& used_proxy_info, |
| HttpStreamBase* stream) OVERRIDE; |
| + SSLConfig& server_ssl_config_for_testing() { return server_ssl_config_; } |
|
agl
2013/04/16 15:19:24
Looks like rsleevi want's a friend test I'm afraid
Ryan Sleevi
2013/04/16 19:55:26
Either friend the test or friend the harness.
I w
thaidn_google
2013/04/17 00:46:17
Done.
|
| + |
| private: |
| FRIEND_TEST_ALL_PREFIXES(HttpNetworkTransactionSpdy2Test, |
| ResetStateForRestart); |