| Index: net/quic/quic_crypto_client_stream.cc
|
| diff --git a/net/quic/quic_crypto_client_stream.cc b/net/quic/quic_crypto_client_stream.cc
|
| index 9918be49e4ce8415d3a5d55761a2d9f65b360fc7..7ac7fc5050d9b8cbd50de8ea5f52f46390be5b54 100644
|
| --- a/net/quic/quic_crypto_client_stream.cc
|
| +++ b/net/quic/quic_crypto_client_stream.cc
|
| @@ -526,7 +526,6 @@
|
| if (!handshake_confirmed()) {
|
| next_state_ = STATE_GET_CHANNEL_ID;
|
| } else {
|
| - // TODO: Enable Expect-Staple. https://crbug.com/631101
|
| next_state_ = STATE_NONE;
|
| }
|
| }
|
|
|