| Index: net/spdy/spdy_http_stream.cc
|
| diff --git a/net/spdy/spdy_http_stream.cc b/net/spdy/spdy_http_stream.cc
|
| index 6cf1d737c10ea22b9fbd0dac6217f0321d5ebd5e..f7e2b23be97739faf62fb2cffc706e5dc546fa34 100644
|
| --- a/net/spdy/spdy_http_stream.cc
|
| +++ b/net/spdy/spdy_http_stream.cc
|
| @@ -548,6 +548,10 @@ bool SpdyHttpStream::GetRemoteEndpoint(IPEndPoint* endpoint) {
|
| return spdy_session_->GetPeerAddress(endpoint) == OK;
|
| }
|
|
|
| +int SpdyHttpStream::GetTokenBindingMessageHeader(std::string* out) {
|
| + return ERR_NOT_IMPLEMENTED;
|
| +}
|
| +
|
| void SpdyHttpStream::Drain(HttpNetworkSession* session) {
|
| NOTREACHED();
|
| Close(false);
|
|
|