Index: net/quic/quic_http_stream.h |
diff --git a/net/quic/quic_http_stream.h b/net/quic/quic_http_stream.h |
index dbe3c6f28d28c006dbbc49ef2664f1ca7dd01f54..f62ddaa95833d0e8637612e8e8c9ab4a7db811c4 100644 |
--- a/net/quic/quic_http_stream.h |
+++ b/net/quic/quic_http_stream.h |
@@ -59,6 +59,9 @@ class NET_EXPORT_PRIVATE QuicHttpStream |
void GetSSLInfo(SSLInfo* ssl_info) override; |
void GetSSLCertRequestInfo(SSLCertRequestInfo* cert_request_info) override; |
bool GetRemoteEndpoint(IPEndPoint* endpoint) override; |
+ int GetProvidedTokenBindingWithKey( |
+ const scoped_ptr<crypto::ECPrivateKey>& key, |
+ std::string* header_out) override; |
void Drain(HttpNetworkSession* session) override; |
void SetPriority(RequestPriority priority) override; |