| Index: net/quic/quic_http_stream.cc
|
| diff --git a/net/quic/quic_http_stream.cc b/net/quic/quic_http_stream.cc
|
| index 20d1e365e761de486c627d40cc51baafcd9c4bf0..c61801eacaaeb324570f84ed605b1a7ba2e35de0 100644
|
| --- a/net/quic/quic_http_stream.cc
|
| +++ b/net/quic/quic_http_stream.cc
|
| @@ -281,6 +281,12 @@ bool QuicHttpStream::GetRemoteEndpoint(IPEndPoint* endpoint) {
|
| return true;
|
| }
|
|
|
| +Error QuicHttpStream::GetSignedEKMForTokenBinding(crypto::ECPrivateKey* key,
|
| + std::vector<uint8_t>* out) {
|
| + NOTREACHED();
|
| + return ERR_NOT_IMPLEMENTED;
|
| +}
|
| +
|
| void QuicHttpStream::Drain(HttpNetworkSession* session) {
|
| NOTREACHED();
|
| Close(false);
|
|
|