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

Unified Diff: net/quic/chromium/quic_connection_logger.h

Issue 2318053004: Remove obsolete QUIC disabling code. (Closed)
Patch Set: Cleanup Created 4 years, 3 months 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 | « net/quic/chromium/quic_chromium_client_session.cc ('k') | net/quic/chromium/quic_stream_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/chromium/quic_connection_logger.h
diff --git a/net/quic/chromium/quic_connection_logger.h b/net/quic/chromium/quic_connection_logger.h
index 646fc8cc96ca2231cea24040d67bbd602a7a3e3c..aabb61b9fc06b7761fe2eeb21e3a327a91f0a8c0 100644
--- a/net/quic/chromium/quic_connection_logger.h
+++ b/net/quic/chromium/quic_connection_logger.h
@@ -84,7 +84,6 @@ class NET_EXPORT_PRIVATE QuicConnectionLogger
int num_duplicate_frames_received);
void OnCertificateVerified(const CertVerifyResult& result);
- // Returns connection's overall packet loss rate in fraction.
Buck 2016/09/07 22:54:16 Not a big deal, but not obvious to me why only rem
Ryan Hamilton 2016/09/07 23:02:37 Thanks. I added it back. I accidentally removed it
float ReceivedPacketLossRate() const;
private:
« no previous file with comments | « net/quic/chromium/quic_chromium_client_session.cc ('k') | net/quic/chromium/quic_stream_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698