Index: net/spdy/spdy_http_utils.h |
diff --git a/net/spdy/spdy_http_utils.h b/net/spdy/spdy_http_utils.h |
index 7c5f33a0eb76c323cf93255005454ba3b19e1a6d..b33a91a2215ed9165df8ed7034ee4e2d040e0042 100644 |
--- a/net/spdy/spdy_http_utils.h |
+++ b/net/spdy/spdy_http_utils.h |
@@ -43,6 +43,11 @@ NET_EXPORT void CreateSpdyHeadersFromHttpResponse( |
SpdyMajorVersion protocol_version, |
SpdyHeaderBlock* headers); |
+// Create HttpRequestHeaders from SpdyHeaderBlock. |
+NET_EXPORT void ConvertHeaderBlockToHttpRequestHeaders( |
+ const SpdyHeaderBlock& spdy_headers, |
+ HttpRequestHeaders* http_headers); |
+ |
// Returns the URL associated with the |headers| by assembling the |
// scheme, host and path from the protocol specific keys. |
NET_EXPORT GURL GetUrlFromHeaderBlock(const SpdyHeaderBlock& headers, |