| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 831235bd30b115df43e9fca3984b9e5084a96642..0ef3697275655f456f91068d1871e2144b12f109 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -81038,11 +81038,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>
|
|
|
| @@ -81074,6 +81079,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>
|
|
|