Index: net/spdy/spdy_framer.h |
diff --git a/net/spdy/spdy_framer.h b/net/spdy/spdy_framer.h |
index ab1bb60b7e2159676b3382b00deb437237e9ac0f..c2462d2c66f852e7f241f2cc58ec9ee1cdce248b 100644 |
--- a/net/spdy/spdy_framer.h |
+++ b/net/spdy/spdy_framer.h |
@@ -272,6 +272,7 @@ class NET_EXPORT_PRIVATE SpdyFramer { |
SPDY_COMPRESS_FAILURE, // There was an error compressing. |
SPDY_CREDENTIAL_FRAME_CORRUPT, // CREDENTIAL frame could not be parsed. |
SPDY_INVALID_DATA_FRAME_FLAGS, // Data frame has invalid flags. |
Ryan Hamilton
2013/02/07 17:07:45
nit: please fix the indentation of the comments.
akalin
2013/02/12 06:50:12
Done. Was due to p4diff.
|
+ SPDY_INVALID_CONTROL_FRAME_FLAGS, // Control frame has invalid flags. |
LAST_ERROR, // Must be the last entry in the enum. |
}; |