| Index: net/quic/quic_http_stream.cc
|
| diff --git a/net/quic/quic_http_stream.cc b/net/quic/quic_http_stream.cc
|
| index 11dc26c64632155ec75a38b6b86f25fbae980e89..d8ca0e9ee28fa0ecf254f6c0be940bb59e94af19 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;
|
| }
|
|
|
| +int QuicHttpStream::GetSignedEKMForTokenBinding(crypto::ECPrivateKey* key,
|
| + std::vector<uint8_t>* out) {
|
| + NOTREACHED();
|
| + return ERR_NOT_IMPLEMENTED;
|
| +}
|
| +
|
| void QuicHttpStream::Drain(HttpNetworkSession* session) {
|
| NOTREACHED();
|
| Close(false);
|
|
|