summaryrefslogtreecommitdiffstats
path: root/net/quic/quic_connection_logger.h
diff options
context:
space:
mode:
authorrch <rch@chromium.org>2014-09-12 14:25:16 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-12 21:29:17 +0000
commit30ddbd00f8343a8576c4961fd7aa8fa444780a4a (patch)
tree8a5530994ff3e71dac227b15e5ad1a7f6cb456d9 /net/quic/quic_connection_logger.h
parent2d076284582761510b76429f1718797b6c776b83 (diff)
downloadchromium_src-30ddbd00f8343a8576c4961fd7aa8fa444780a4a.zip
chromium_src-30ddbd00f8343a8576c4961fd7aa8fa444780a4a.tar.gz
chromium_src-30ddbd00f8343a8576c4961fd7aa8fa444780a4a.tar.bz2
Fix the logic for computing the number of truncated QUIC ACK frames sent.
Review URL: https://codereview.chromium.org/549433006 Cr-Commit-Position: refs/heads/master@{#294661}
Diffstat (limited to 'net/quic/quic_connection_logger.h')
-rw-r--r--net/quic/quic_connection_logger.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/net/quic/quic_connection_logger.h b/net/quic/quic_connection_logger.h
index 8e81dd9..766dedb 100644
--- a/net/quic/quic_connection_logger.h
+++ b/net/quic/quic_connection_logger.h
@@ -14,6 +14,9 @@
#include "net/quic/quic_protocol.h"
namespace net {
+namespace test {
+class QuicConnectionLoggerPeer;
+} // namespace test
class CryptoHandshakeMessage;
class CertVerifyResult;
@@ -81,6 +84,8 @@ class NET_EXPORT_PRIVATE QuicConnectionLogger
void OnCertificateVerified(const CertVerifyResult& result);
private:
+ friend class test::QuicConnectionLoggerPeer;
+
// Do a factory get for a histogram for recording data, about individual
// packet sequence numbers, that was gathered in the vectors
// received_packets_ and received_acks_. |statistic_name| identifies which