Index: net/quic/quic_http_stream.cc |
diff --git a/net/quic/quic_http_stream.cc b/net/quic/quic_http_stream.cc |
index 9245a131f6228b429fd0e5bca83ea114b78c7eb4..c68c56dbca0266adb3c10093fd14e65ec4e34290 100644 |
--- a/net/quic/quic_http_stream.cc |
+++ b/net/quic/quic_http_stream.cc |
@@ -290,6 +290,10 @@ bool QuicHttpStream::GetRemoteEndpoint(IPEndPoint* endpoint) { |
return true; |
} |
+int QuicHttpStream::GetTokenBindingMessageHeader(std::string* out) { |
+ return ERR_NOT_IMPLEMENTED; |
+} |
+ |
void QuicHttpStream::Drain(HttpNetworkSession* session) { |
NOTREACHED(); |
Close(false); |