Index: net/http/http_basic_stream.h |
diff --git a/net/http/http_basic_stream.h b/net/http/http_basic_stream.h |
index ed98021a17fad637711c2fa90afad25ebee6e315..1f3c419b971772c871c504399a556f2f128bcd1c 100644 |
--- a/net/http/http_basic_stream.h |
+++ b/net/http/http_basic_stream.h |
@@ -78,8 +78,9 @@ class NET_EXPORT_PRIVATE HttpBasicStream : public HttpStream { |
bool GetRemoteEndpoint(IPEndPoint* endpoint) override; |
- Error GetSignedEKMForTokenBinding(crypto::ECPrivateKey* key, |
- std::vector<uint8_t>* out) override; |
+ Error GetTokenBindingSignature(crypto::ECPrivateKey* key, |
+ TokenBindingType tb_type, |
+ std::vector<uint8_t>* out) override; |
void Drain(HttpNetworkSession* session) override; |