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

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: Remove learning mode. Enforce TLS for Google's properties. 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..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,

Powered by Google App Engine
This is Rietveld 408576698