| Index: net/spdy/spdy_http_utils.h
|
| diff --git a/net/spdy/spdy_http_utils.h b/net/spdy/spdy_http_utils.h
|
| index a5c907b2afac71587a5c1e602664ae7a04c387a7..e68bde857cb29ba0af31d37670b8e67bae8d7bf5 100644
|
| --- a/net/spdy/spdy_http_utils.h
|
| +++ b/net/spdy/spdy_http_utils.h
|
| @@ -48,6 +48,9 @@ NET_EXPORT_PRIVATE GURL GetUrlFromHeaderBlock(const SpdyHeaderBlock& headers,
|
| SpdyMajorVersion protocol_version,
|
| bool pushed);
|
|
|
| +// The following two functions convert between SpdyPriority (typedef) and
|
| +// RequestPriority (enum).
|
| +
|
| NET_EXPORT_PRIVATE SpdyPriority ConvertRequestPriorityToSpdyPriority(
|
| RequestPriority priority,
|
| SpdyMajorVersion protocol_version);
|
|
|