Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(513)

Unified Diff: net/quic/core/quic_connection.h

Issue 2485553002: Delete unused, unimplemented CheckForAddressMigration declaration. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_connection.h
diff --git a/net/quic/core/quic_connection.h b/net/quic/core/quic_connection.h
index 4198fc5d597aba62cc152a6984cdfcc507600a12..456eec5fe609e4af22a2e99abe7dc1fd17512b57 100644
--- a/net/quic/core/quic_connection.h
+++ b/net/quic/core/quic_connection.h
@@ -833,11 +833,6 @@ class NET_EXPORT_PRIVATE QuicConnection
// Sets the MTU discovery alarm if necessary.
void MaybeSetMtuAlarm();
- // On arrival of a new packet, checks to see if the socket addresses have
- // changed since the last packet we saw on this connection.
- void CheckForAddressMigration(const IPEndPoint& self_address,
- const IPEndPoint& peer_address);
-
HasRetransmittableData IsRetransmittable(const SerializedPacket& packet);
bool IsTerminationPacket(const SerializedPacket& packet);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698