Index: net/spdy/spdy_session.h |
diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h |
index 7662b62559f092e23936f7cdc3cf52c0b8bfce69..0aa289ca2fb77e73a1a97e50c4f134da5aabb387 100644 |
--- a/net/spdy/spdy_session.h |
+++ b/net/spdy/spdy_session.h |
@@ -124,6 +124,13 @@ COMPILE_ASSERT(12 == SpdyFramer::LAST_ERROR, |
COMPILE_ASSERT(15 == RST_STREAM_NUM_STATUS_CODES, |
SpdyProtocolErrorDetails_RstStreamStatus_mismatch); |
+// Splits pushed |headers| into request and response parts. Request headers are |
+// the headers specifying resource URL. |
+void SplitPushedHeadersToRequestAndResponse(const SpdyHeaderBlock& headers, |
+ SpdyMajorVersion protocol_version, |
+ SpdyHeaderBlock* request_headers, |
+ SpdyHeaderBlock* response_headers); |
+ |
// A helper class used to manage a request to create a stream. |
class NET_EXPORT_PRIVATE SpdyStreamRequest { |
public: |