Commit fe51f83a authored by Dianna Hu's avatar Dianna Hu Committed by Commit Bot

Remove unused CONTROL_FLAG_UNIDIRECTIONAL.

This CL lands server change 185170750 by bnc.

BUG=488484

Change-Id: I9d6b44ef24fe690fe707087bf2bcc366631a7933
Reviewed-on: https://chromium-review.googlesource.com/925806
Commit-Queue: Bence Béky <bnc@chromium.org>
Reviewed-by: default avatarBence Béky <bnc@chromium.org>
Cr-Commit-Position: refs/heads/master@{#537776}
parent b9ad0e78
...@@ -118,7 +118,6 @@ enum SpdyDataFlags { ...@@ -118,7 +118,6 @@ enum SpdyDataFlags {
enum SpdyControlFlags { enum SpdyControlFlags {
CONTROL_FLAG_NONE = 0x00, CONTROL_FLAG_NONE = 0x00,
CONTROL_FLAG_FIN = 0x01, CONTROL_FLAG_FIN = 0x01,
CONTROL_FLAG_UNIDIRECTIONAL = 0x02,
}; };
enum SpdyPingFlags { enum SpdyPingFlags {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment