Index: net/spdy/spdy_protocol.h |
diff --git a/net/spdy/spdy_protocol.h b/net/spdy/spdy_protocol.h |
index 112e9289874903bc638f6b8017556060ff0accec..beaf14a3a733de4f072cdf60dad48319a5da5b52 100644 |
--- a/net/spdy/spdy_protocol.h |
+++ b/net/spdy/spdy_protocol.h |
@@ -433,6 +433,8 @@ typedef uint64 SpdyPingId; |
typedef std::string SpdyProtocolId; |
+enum class SpdyHeaderValidatorType { REQUEST, RESPONSE }; |
+ |
// TODO(hkhalil): Add direct testing for this? It won't increase coverage any, |
// but is good to do anyway. |
class NET_EXPORT_PRIVATE SpdyConstants { |