| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index b155d0f40b478c4ef52102ad9ad0193734164046..946d7e47c1866669a4aa67d546de82d48111236e 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -81141,11 +81141,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| -<histogram name="Variations.SeedEmpty" enum="VariationsSeedEmpty">
|
| +<histogram name="Variations.SeedEmpty" enum="VariationsSeedLoadResult">
|
| + <obsolete>
|
| + Deprecated in M61, and replaced by Variations.SeedLoadResult. This histogram
|
| + incorrectly conflated failures from loading the seed with failures while
|
| + attempting to store seeds with delta compression.
|
| + </obsolete>
|
| <owner>asvitkine@chromium.org</owner>
|
| <summary>
|
| - Records whether the variations seed in local state is empty (does not exist)
|
| - on startup.
|
| + Records whether the variations seed was successfully read from local state
|
| + on startup. Records a detailed reason on read failure.
|
| </summary>
|
| </histogram>
|
|
|
| @@ -81177,6 +81182,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Variations.SeedLoadResult" enum="VariationsSeedLoadResult">
|
| + <owner>asvitkine@chromium.org</owner>
|
| + <summary>
|
| + Records whether the variations seed was successfully read from local state
|
| + on startup. Records a detailed reason on read failure.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Variations.SeedStoreResult" enum="VariationsSeedStoreResult">
|
| <owner>asvitkine@chromium.org</owner>
|
| <summary>
|
|
|