| Index: net/http/http_stream_parser.h
|
| diff --git a/net/http/http_stream_parser.h b/net/http/http_stream_parser.h
|
| index f56e7ded4c3a5572830282ecf33e2d522467d78d..bf3bf90b3e0d6a998e501bac0ca8e13f127e1c68 100644
|
| --- a/net/http/http_stream_parser.h
|
| +++ b/net/http/http_stream_parser.h
|
| @@ -14,6 +14,7 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/strings/string_piece.h"
|
| +#include "crypto/ec_private_key.h"
|
| #include "net/base/completion_callback.h"
|
| #include "net/base/net_export.h"
|
| #include "net/base/upload_progress.h"
|
| @@ -93,6 +94,10 @@ class NET_EXPORT_PRIVATE HttpStreamParser {
|
|
|
| void GetSSLCertRequestInfo(SSLCertRequestInfo* cert_request_info);
|
|
|
| + int GetProvidedTokenBindingWithKey(
|
| + const scoped_ptr<crypto::ECPrivateKey>& key,
|
| + std::string* header_out);
|
| +
|
| // Encodes the given |payload| in the chunked format to |output|.
|
| // Returns the number of bytes written to |output|. |output_size| should
|
| // be large enough to store the encoded chunk, which is payload.size() +
|
|
|