| Index: net/spdy/spdy_session.cc
|
| diff --git a/net/spdy/spdy_session.cc b/net/spdy/spdy_session.cc
|
| index 9c1c7a7a9d53d3b847b6a4779f1503c0faee29d8..224b9ab79631beafbc20d304426cb556566c3ec8 100644
|
| --- a/net/spdy/spdy_session.cc
|
| +++ b/net/spdy/spdy_session.cc
|
| @@ -1023,7 +1023,7 @@ bool SpdySession::HasAcceptableTransportSecurity() const {
|
| return false;
|
| }
|
|
|
| - if (!IsSecureTLSCipherSuite(
|
| + if (!IsTLSCipherSuiteAllowedByHTTP2(
|
| SSLConnectionStatusToCipherSuite(ssl_info.connection_status))) {
|
| return false;
|
| }
|
|
|