| Index: net/quic/quic_connection.cc
|
| diff --git a/net/quic/quic_connection.cc b/net/quic/quic_connection.cc
|
| index a5469596a32ad8b07c9eb5ccfd61f0fe9f061d4d..ac0bc7b7a3caa7bcf96c50fd2527bce102b8056b 100644
|
| --- a/net/quic/quic_connection.cc
|
| +++ b/net/quic/quic_connection.cc
|
| @@ -1477,8 +1477,6 @@ bool QuicConnection::ProcessValidatedPacket() {
|
| return false;
|
| }
|
|
|
| - // TODO(fayang): Use peer_address_changed_ instead of peer_ip_changed_ and
|
| - // peer_port_changed_ once FLAGS_quic_allow_ip_migration is deprecated.
|
| if (peer_ip_changed_ || peer_port_changed_) {
|
| IPEndPoint old_peer_address = peer_address_;
|
| peer_address_ = IPEndPoint(
|
|
|