Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 82c07ac8a1029d00bae937ae6976706685eb7e0d..10e632b850c7a79b4e3a69e8c453df611cf0de18 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -15398,6 +15398,18 @@ other types of suffix sets. |
| </summary> |
| </histogram> |
| +<histogram name="Settings.StartupURLsMigration" enum="StartupURLsMigration"> |
| + <summary>The startup URLs pref migration steps.</summary> |
| +</histogram> |
| + |
| +<histogram name="Settings.StartupURLsResetTime" units="milliseconds"> |
| + <summary> |
| + The time elapsed in milliseconds in between startup URLs pref migration. A |
| + value of 0 indicates that the last migration time was in the future due to |
| + e.g. an incorrect system time. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="Settings.TrackedPreferenceChanged" enum="TrackedPreference"> |
| <summary> |
| The id of a tracked preference whose value has been changed since the last |
| @@ -27029,6 +27041,12 @@ other types of suffix sets. |
| <int value="15" label="PROCEED_NEW_SITE"/> |
| </enum> |
| +<enum name="StartupURLsMigration" type="int"> |
| + <int value="0" label="Started migration"/> |
| + <int value="1" label="Deleted migration"/> |
|
Alexei Svitkine (slow)
2013/10/15 18:05:30
Nit: Update these labels per the new enum names.
robertshield
2013/10/15 21:29:18
Sorry, missed this file last upload. Done.
|
| + <int value="2" label="Reset migration"/> |
| +</enum> |
| + |
| <enum name="SuspendStatus" type="int"> |
| <int value="0" label="Success"/> |
| <int value="1" label="Failure"/> |