| Index: net/quic/quic_http_stream.cc
|
| diff --git a/net/quic/quic_http_stream.cc b/net/quic/quic_http_stream.cc
|
| index 2414d0ff290d74122a024fc9b9099385784bdd3f..f8322bba76f2e7a209b7e4717069008714fcc37b 100644
|
| --- a/net/quic/quic_http_stream.cc
|
| +++ b/net/quic/quic_http_stream.cc
|
| @@ -279,6 +279,13 @@ bool QuicHttpStream::GetRemoteEndpoint(IPEndPoint* endpoint) {
|
| return true;
|
| }
|
|
|
| +int QuicHttpStream::GetProvidedTokenBindingWithKey(
|
| + const scoped_ptr<crypto::ECPrivateKey>& key,
|
| + std::string* header_out) {
|
| + NOTREACHED();
|
| + return ERR_NOT_IMPLEMENTED;
|
| +}
|
| +
|
| void QuicHttpStream::Drain(HttpNetworkSession* session) {
|
| NOTREACHED();
|
| Close(false);
|
|
|