| Index: net/spdy/spdy_http_stream.cc
|
| diff --git a/net/spdy/spdy_http_stream.cc b/net/spdy/spdy_http_stream.cc
|
| index 16e19b209ab76799d5ddd9f58f74905d3c54fbd2..c6d0a37eee1615b4465ba0bfa586907c2ffe19fb 100644
|
| --- a/net/spdy/spdy_http_stream.cc
|
| +++ b/net/spdy/spdy_http_stream.cc
|
| @@ -570,6 +570,11 @@ bool SpdyHttpStream::GetRemoteEndpoint(IPEndPoint* endpoint) {
|
| return spdy_session_->GetPeerAddress(endpoint) == OK;
|
| }
|
|
|
| +Error SpdyHttpStream::GetSignedEKMForTokenBinding(crypto::ECPrivateKey* key,
|
| + std::vector<uint8_t>* out) {
|
| + return spdy_session_->GetSignedEKMForTokenBinding(key, out);
|
| +}
|
| +
|
| void SpdyHttpStream::Drain(HttpNetworkSession* session) {
|
| NOTREACHED();
|
| Close(false);
|
|
|