| Index: net/quic/quic_connection.cc
|
| diff --git a/net/quic/quic_connection.cc b/net/quic/quic_connection.cc
|
| index 1bfc6ff5211c823369c8120d1d0449a75196f889..8106fdcf3a1e59bbdcaaff159177142d711e9650 100644
|
| --- a/net/quic/quic_connection.cc
|
| +++ b/net/quic/quic_connection.cc
|
| @@ -1463,8 +1463,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(
|
|
|