| Index: net/spdy/spdy_protocol.h
|
| diff --git a/net/spdy/spdy_protocol.h b/net/spdy/spdy_protocol.h
|
| index bd6ff0b7bf4542db8410cd36adc63e7ece05f9c6..9b993eb04ff5e68f58189e837c71444633776b23 100644
|
| --- a/net/spdy/spdy_protocol.h
|
| +++ b/net/spdy/spdy_protocol.h
|
| @@ -285,11 +285,12 @@ enum SpdyFrameType {
|
| HEADERS,
|
| WINDOW_UPDATE,
|
| CREDENTIAL = 10, // No longer valid. Kept for identifiability.
|
| - BLOCKED,
|
| PUSH_PROMISE,
|
| CONTINUATION,
|
| + PRIORITY,
|
| + // BLOCKED and ALTSVC are recognized extensions.
|
| + BLOCKED,
|
| ALTSVC,
|
| - PRIORITY
|
| };
|
|
|
| // Flags on data packets.
|
|
|