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

Unified Diff: net/quic/quic_connection.h

Issue 1433783004: Replace QuicEncryptedPacket argument in QuicConnectionDebugVisitor::OnPacketSent with an encrypted … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@106990301
Patch Set: Fix quic_connection_logger Created 5 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 | net/quic/quic_connection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_connection.h
diff --git a/net/quic/quic_connection.h b/net/quic/quic_connection.h
index 6a9d1626d08c473b15054f8c0271a1c4e942edd5..45b079ca3016add4e2efffc179caf533af357c12 100644
--- a/net/quic/quic_connection.h
+++ b/net/quic/quic_connection.h
@@ -158,7 +158,7 @@ class NET_EXPORT_PRIVATE QuicConnectionDebugVisitor
QuicPacketNumber original_packet_number,
EncryptionLevel level,
TransmissionType transmission_type,
- const QuicEncryptedPacket& packet,
+ size_t encrypted_length,
QuicTime sent_time) {}
// Called when a packet has been received, but before it is
« no previous file with comments | « no previous file | net/quic/quic_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698