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..2676b7a1a0ad7a1a30ef3f1adc2126f33a975518 100644 |
--- a/net/spdy/spdy_http_stream.cc |
+++ b/net/spdy/spdy_http_stream.cc |
@@ -548,6 +548,12 @@ bool SpdyHttpStream::GetRemoteEndpoint(IPEndPoint* endpoint) { |
return spdy_session_->GetPeerAddress(endpoint) == OK; |
} |
+int SpdyHttpStream::GetProvidedTokenBindingWithKey( |
+ const scoped_ptr<crypto::ECPrivateKey>& key, |
+ std::string* header_out) { |
+ return spdy_session_->GetProvidedTokenBindingWithKey(key, header_out); |
+} |
+ |
void SpdyHttpStream::Drain(HttpNetworkSession* session) { |
NOTREACHED(); |
Close(false); |