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

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: Exclude certain files from jumbo because of a Windows problem Created 3 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/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 3225335bcf6b8c7eda5181127a19afa3254c9673..125a69b25840fb9aad8b95babb1f083764d1f7cf 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