| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index a6fb03679f2062a9cc125fcc22497327f002bcce..7b4c724928b93a445eb5e630aa37412ae3bb0f39 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -856,14 +856,6 @@ other types of suffix sets.
|
| </summary>
|
| </histogram>
|
|
|
| -<histogram name="HttpCache.TruncatedHeader" units="BooleanTruncated">
|
| - <summary>Whether cache headers were truncated before read.</summary>
|
| -</histogram>
|
| -
|
| -<histogram name="HttpCache.TruncatedMetadata" units="BooleanTruncated">
|
| - <summary>Whether cache entry metadata was truncated before read.</summary>
|
| -</histogram>
|
| -
|
| <histogram name="Import.ImporterType.AutoImport" enum="ImporterType">
|
| <summary>The importer used on first run Auto Import.</summary>
|
| </histogram>
|
| @@ -7389,11 +7381,6 @@ other types of suffix sets.
|
| <int value="1" label="Memory low, tabs discarded"/>
|
| </enum>
|
|
|
| -<enum name="BooleanTruncated" type="int">
|
| - <int value="0" label="Was Not Truncated"/>
|
| - <int value="1" label="Was Truncated"/>
|
| -</enum>
|
| -
|
| <enum name="BooleanUsage" type="int">
|
| <int value="0" label="Not Used"/>
|
| <int value="1" label="Used"/>
|
|
|