| Index: net/spdy/spdy_session.h
|
| diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h
|
| index efab1b84433d7504b64ec033ae58fb33e9a7b5c7..491766eca5227abce8adb87a903f8a59df5662f5 100644
|
| --- a/net/spdy/spdy_session.h
|
| +++ b/net/spdy/spdy_session.h
|
| @@ -357,6 +357,11 @@ class NET_EXPORT SpdySession : public BufferedSpdyFramerVisitorInterface,
|
| bool* was_npn_negotiated,
|
| NextProto* protocol_negotiated);
|
|
|
| + // Signs the EKM value for Token Binding from the TLS layer using |*key| and
|
| + // puts the result in |*out|. Returns OK or ERR_FAILED.
|
| + Error GetSignedEKMForTokenBinding(crypto::ECPrivateKey* key,
|
| + std::vector<uint8_t>* out);
|
| +
|
| // Send a WINDOW_UPDATE frame for a stream. Called by a stream
|
| // whenever receive window size is increased.
|
| void SendStreamWindowUpdate(SpdyStreamId stream_id,
|
|
|