Index: net/tools/quic/test_tools/simple_client.h |
diff --git a/net/tools/quic/test_tools/simple_client.h b/net/tools/quic/test_tools/simple_client.h |
index 2d47631a123d74dda9042df810174506e5880453..b483491387fe433743e40d4d6e072ae29cd6fc68 100644 |
--- a/net/tools/quic/test_tools/simple_client.h |
+++ b/net/tools/quic/test_tools/simple_client.h |
@@ -86,6 +86,8 @@ class SimpleClient { |
// if the given address has port 0. |
virtual void Bind(IPEndPoint* local_address) = 0; |
+ virtual void MigrateSocket(const IPAddressNumber& new_host) = 0; |
+ |
// Returns the local socket address of the client fd. Call only when |
// connected. |
// To get the local IPAdress, use local_address().host(). |