| Index: net/spdy/spdy_session.h
|
| diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h
|
| index 80578b849f3aba87ca2cfcff842d720345a1b3fa..51ed3f27aa1ae8c0cbbfb5b62ee4676185e1fa3b 100644
|
| --- a/net/spdy/spdy_session.h
|
| +++ b/net/spdy/spdy_session.h
|
| @@ -469,6 +469,10 @@ class NET_EXPORT SpdySession : public BufferedSpdyFramerVisitorInterface,
|
| return buffered_spdy_framer_->GetDataFrameMaximumPayload();
|
| }
|
|
|
| + // https://http2.github.io/http2-spec/#TLSUsage mandates minimum security
|
| + // standards for TLS.
|
| + bool HasAcceptableTransportSecurity() const;
|
| +
|
| // Must be used only by |pool_|.
|
| base::WeakPtr<SpdySession> GetWeakPtr();
|
|
|
|
|