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

Unified Diff: net/quic/chromium/quic_chromium_client_session.cc

Issue 2867693004: Snapshot of all changes to get jumbo in blink and content.
Patch Set: Rebased again Created 3 years, 5 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/http/transport_security_state.cc ('k') | net/quic/core/congestion_control/prr_sender.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/chromium/quic_chromium_client_session.cc
diff --git a/net/quic/chromium/quic_chromium_client_session.cc b/net/quic/chromium/quic_chromium_client_session.cc
index df34c971f30edc0eeb644d945d11fb23dc378b82..eff6def374afa5ee8b2fb6a2f25842ad12dd4ecb 100644
--- a/net/quic/chromium/quic_chromium_client_session.cc
+++ b/net/quic/chromium/quic_chromium_client_session.cc
@@ -97,14 +97,14 @@ void RecordUnexpectedNotGoingAway(Location location) {
// Histogram for recording the different reasons that a QUIC session is unable
// to complete the handshake.
-enum HandshakeFailureReason {
+enum HandshakeFailureReason2 {
HANDSHAKE_FAILURE_UNKNOWN = 0,
HANDSHAKE_FAILURE_BLACK_HOLE = 1,
HANDSHAKE_FAILURE_PUBLIC_RESET = 2,
NUM_HANDSHAKE_FAILURE_REASONS = 3,
};
-void RecordHandshakeFailureReason(HandshakeFailureReason reason) {
+void RecordHandshakeFailureReason(HandshakeFailureReason2 reason) {
UMA_HISTOGRAM_ENUMERATION(
"Net.QuicSession.ConnectionClose.HandshakeNotConfirmed.Reason", reason,
NUM_HANDSHAKE_FAILURE_REASONS);
« no previous file with comments | « net/http/transport_security_state.cc ('k') | net/quic/core/congestion_control/prr_sender.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698