| Index: tools/metrics/histograms/enums.xml
|
| diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
|
| index 34da3b4c261a4533cf18006aea7319f648d3e180..f1025d755ea34c2bcdbb824c908082b481ce05a3 100644
|
| --- a/tools/metrics/histograms/enums.xml
|
| +++ b/tools/metrics/histograms/enums.xml
|
| @@ -24515,6 +24515,14 @@ from previous Chrome versions.
|
| <int value="4"
|
| label="Persistent sparse histogram active sample overflowed and became
|
| negative."/>
|
| + <int value="5"
|
| + label="Persistent sparse histogram accumulated a negative count."/>
|
| + <int value="6"
|
| + label="Persistent sparse histogram accumulated a negative count that
|
| + caused a negative value."/>
|
| + <int value="7"
|
| + label="Persistent sparse histogram active sample overflowed during
|
| + accumulation and became negative."/>
|
| </enum>
|
|
|
| <enum name="NetCacheState" type="int">
|
|
|