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

Unified Diff: net/tools/quic/quic_simple_client.h

Issue 1327923002: Migrates QUIC sessions to a new network when old network is (about to be) disconnected. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@home
Patch Set: Naming fixes. Created 5 years 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
Index: net/tools/quic/quic_simple_client.h
diff --git a/net/tools/quic/quic_simple_client.h b/net/tools/quic/quic_simple_client.h
index 8b44562387c097e749832f5ad03e191fdb2b3da1..ad848c950b49da0cbebb3800035f8dd1e17b1e31 100644
--- a/net/tools/quic/quic_simple_client.h
+++ b/net/tools/quic/quic_simple_client.h
@@ -127,7 +127,7 @@ class QuicSimpleClient : public QuicClientBase,
bool MigrateSocket(const IPAddressNumber& new_host);
// QuicPacketReader::Visitor
- void OnReadError(int result) override;
+ void OnReadError(int result, const DatagramClientSocket* socket) override;
bool OnPacket(const QuicEncryptedPacket& packet,
IPEndPoint local_address,
IPEndPoint peer_address) override;

Powered by Google App Engine
This is Rietveld 408576698