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

Unified Diff: net/socket/client_socket_pool_manager.cc

Issue 1422293002: Remove RC4 by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 2 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
« no previous file with comments | « net/http/http_network_transaction.cc ('k') | net/socket/ssl_client_socket_nss.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/client_socket_pool_manager.cc
diff --git a/net/socket/client_socket_pool_manager.cc b/net/socket/client_socket_pool_manager.cc
index 3066171fc4a526ef786b88ac868d83bb415f3120..07072dbd0b8113ebf142bcafc0a04aa5f7d25a29 100644
--- a/net/socket/client_socket_pool_manager.cc
+++ b/net/socket/client_socket_pool_manager.cc
@@ -146,7 +146,7 @@ int InitSocketPoolHelper(ClientSocketPoolManager::SocketGroupType group_type,
}
// Place sockets with and without deprecated ciphers into separate
// connection groups.
- if (ssl_config_for_origin.enable_deprecated_cipher_suites)
+ if (ssl_config_for_origin.deprecated_cipher_suites_enabled)
prefix += "deprecatedciphers/";
connection_group = prefix + connection_group;
}
« no previous file with comments | « net/http/http_network_transaction.cc ('k') | net/socket/ssl_client_socket_nss.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698