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

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

Issue 1543903002: Adds socket param to OnReadError in QuicPacketReader's Visitor interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@home
Patch Set: 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 25546d5240701d35b59972214a2e9f3b91339e08..d629234323599866f2b7fa50ebe9f99e76775807 100644
--- a/net/tools/quic/quic_simple_client.h
+++ b/net/tools/quic/quic_simple_client.h
@@ -129,7 +129,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