Chromium Code Reviews| Index: net/socket/next_proto.h |
| diff --git a/net/socket/next_proto.h b/net/socket/next_proto.h |
| index 77b1b7d5a09d59f1746848a9ade9e1ef07184b48..df49e84e56613653303bf3e5477a86d1b0974111 100644 |
| --- a/net/socket/next_proto.h |
| +++ b/net/socket/next_proto.h |
| @@ -17,7 +17,6 @@ enum NextProto { |
| kProtoHTTP11 = 1, |
| kProtoSPDY1 = 2, |
| kProtoSPDY2 = 3, |
| - kProtoSPDY21 = 4, |
| kProtoSPDY3 = 5, |
| }; |