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..edad43f1fa7676d629abbb24073ded1d323da1de 100644 |
--- a/net/http/http_stream_parser.h |
+++ b/net/http/http_stream_parser.h |
@@ -93,6 +93,8 @@ class NET_EXPORT_PRIVATE HttpStreamParser { |
void GetSSLCertRequestInfo(SSLCertRequestInfo* cert_request_info); |
+ int GetTokenBindingMessageHeader(std::string* 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() + |