Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(96)

Unified Diff: net/http/http_network_transaction.h

Issue 14125003: Do not roll back to SSL 3.0 for Google properties. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: disable Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698