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

Issue 627583002: Remove QuicSentPacketManager::DebugVisitor's OnSentPacket, since it's (Closed)

Created:
6 years, 2 months ago by ramant (doing other things)
Modified:
6 years, 2 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, Ian Swett
Base URL:
https://chromium.googlesource.com/chromium/src.git@client_provides_an_STK_76455340
Project:
chromium
Visibility:
Public.

Description

Remove QuicSentPacketManager::DebugVisitor's OnSentPacket, since it's redundant to QuicConnection::DebugVisitor's OnPacketSent. Refactored QuicConnection::DebugVisitor's OnPacketSent in order to add necessary fields for the trace... visitor. Merge internal change: 76595983 R=rch@chromium.org

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -39 lines) Patch
M net/quic/quic_connection.h View 1 chunk +2 lines, -2 lines 0 comments Download
M net/quic/quic_connection.cc View 2 chunks +9 lines, -9 lines 0 comments Download
M net/quic/quic_connection_logger.h View 1 chunk +2 lines, -2 lines 0 comments Download
M net/quic/quic_connection_logger.cc View 2 chunks +8 lines, -10 lines 4 comments Download
M net/quic/quic_connection_test.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/quic/quic_sent_packet_manager.h View 1 chunk +0 lines, -7 lines 0 comments Download
M net/quic/quic_sent_packet_manager.cc View 1 chunk +0 lines, -7 lines 0 comments Download

Messages

Total messages: 12 (3 generated)
ramant (doing other things)
6 years, 2 months ago (2014-10-03 03:38:32 UTC) #1
ramant (doing other things)
https://codereview.chromium.org/627583002/diff/1/net/quic/quic_connection_logger.cc File net/quic/quic_connection_logger.cc (right): https://codereview.chromium.org/627583002/diff/1/net/quic/quic_connection_logger.cc#newcode60 net/quic/quic_connection_logger.cc:60: base::Uint64ToString(serialized_packet.sequence_number)); Hi Ryan and Ian, Should we log more ...
6 years, 2 months ago (2014-10-03 03:40:55 UTC) #2
Ian Swett
Hi Raman, did we recently remove any logging assocated with OnSerializedPacket or OnPacketRetransmitted? If so, ...
6 years, 2 months ago (2014-10-03 17:50:30 UTC) #4
ramant (doing other things)
https://codereview.chromium.org/627583002/diff/1/net/quic/quic_connection_logger.cc File net/quic/quic_connection_logger.cc (right): https://codereview.chromium.org/627583002/diff/1/net/quic/quic_connection_logger.cc#newcode60 net/quic/quic_connection_logger.cc:60: base::Uint64ToString(serialized_packet.sequence_number)); On 2014/10/03 17:50:30, Ian Swett wrote: > On ...
6 years, 2 months ago (2014-10-03 22:05:44 UTC) #5
ramant (doing other things)
On 2014/10/03 17:50:30, Ian Swett wrote: > Hi Raman, did we recently remove any logging ...
6 years, 2 months ago (2014-10-03 22:32:09 UTC) #6
Ian Swett
lgtm Thanks Raman, I'm not as familiar with the QuicConnectionLogger, but this looks good. https://codereview.chromium.org/627583002/diff/1/net/quic/quic_connection_logger.cc ...
6 years, 2 months ago (2014-10-05 17:51:03 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/627583002/1
6 years, 2 months ago (2014-10-05 17:52:13 UTC) #9
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
6 years, 2 months ago (2014-10-05 17:52:16 UTC) #11
Ryan Hamilton
6 years, 2 months ago (2014-10-10 22:48:58 UTC) #12
lgtm

Powered by Google App Engine
This is Rietveld 408576698