Index: net/quic/quic_connection.h |
diff --git a/net/quic/quic_connection.h b/net/quic/quic_connection.h |
index f5e152f75343c3a58689becb30fc859cba41227c..3e43e9d55b6e1576d12ff674d9ce9b4391e45d3e 100644 |
--- a/net/quic/quic_connection.h |
+++ b/net/quic/quic_connection.h |
@@ -753,7 +753,7 @@ class NET_EXPORT_PRIVATE QuicConnection |
bool self_ip_changed_; |
// Set to true if the UDP packet headers are addressed to a different port. |
- // If true, and the IP has not changed, then we can migrate the connection. |
+ // We do not support connection migration when the self port changed. |
bool self_port_changed_; |
// If non-empty this contains the set of versions received in a |