| Index: net/http/http_stream_parser.h
|
| diff --git a/net/http/http_stream_parser.h b/net/http/http_stream_parser.h
|
| index 806caa35e7b6d4f812abb01d21d07e33906507f2..b07a63a37b2e34e1491f270d872ba6abe996c5f8 100644
|
| --- a/net/http/http_stream_parser.h
|
| +++ b/net/http/http_stream_parser.h
|
| @@ -20,6 +20,7 @@
|
| #include "net/base/net_errors.h"
|
| #include "net/base/net_export.h"
|
| #include "net/log/net_log.h"
|
| +#include "net/ssl/token_binding.h"
|
|
|
| namespace net {
|
|
|
| @@ -100,8 +101,9 @@ class NET_EXPORT_PRIVATE HttpStreamParser {
|
|
|
| void GetSSLCertRequestInfo(SSLCertRequestInfo* cert_request_info);
|
|
|
| - Error GetSignedEKMForTokenBinding(crypto::ECPrivateKey* key,
|
| - std::vector<uint8_t>* out);
|
| + Error GetTokenBindingSignature(crypto::ECPrivateKey* key,
|
| + TokenBindingType tb_type,
|
| + std::vector<uint8_t>* out);
|
|
|
| // Encodes the given |payload| in the chunked format to |output|.
|
| // Returns the number of bytes written to |output|. |output_size| should
|
|
|