| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index b24719f3793135a155f2336b0de8801869b1d70a..41e272cee5b38d54416a07b042325b7b409af511 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -16677,6 +16677,12 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Net.QuicNumServerConfig.UpdateMessagesIgnored"
|
| + enum="BooleanIgnored">
|
| + <owner>rtenneti@chromium.org</owner>
|
| + <summary>The number of times ServerConfigUpdateMessages ignored.</summary>
|
| +</histogram>
|
| +
|
| <histogram name="Net.QuicNumStreamFramesInPacket">
|
| <owner>rch@chromium.org</owner>
|
| <summary>
|
| @@ -38823,6 +38829,11 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| <int value="1" label="HTTPS"/>
|
| </enum>
|
|
|
| +<enum name="BooleanIgnored" type="int">
|
| + <int value="0" label="Not ignored"/>
|
| + <int value="1" label="Ignored"/>
|
| +</enum>
|
| +
|
| <enum name="BooleanLoaded" type="int">
|
| <int value="0" label="Not loaded"/>
|
| <int value="1" label="Loaded"/>
|
|
|