Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index a32696b714255f87ad16f798d05c718e2f60bd7f..7e9baeee85c152b03545f226f35805b78be6c84b 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -18479,6 +18479,15 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
</summary> |
</histogram> |
+<histogram name="Net.QuicSession.OutOfOrderLargePacketsReceived"> |
+ <owner>rch@chromium.org</owner> |
+ <summary> |
+ The number of times the current received packet had a lower sequence number |
+ than the previously received packet sequence number, and the size of the |
+ current packet is larger than the size of the previous packet. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Net.QuicSession.OutOfOrderPacketsReceived"> |
<owner>rch@chromium.org</owner> |
<summary> |