Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 6b445183c65c64fe44cf659232b70a454ceae6c1..bb2c391218f3452c2cb81a1875cf5541a5675341 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -17018,6 +17018,15 @@ other types of suffix sets. |
| <summary>The id of a tracked preference which was reset by Chrome.</summary> |
| </histogram> |
| +<histogram name="Settings.TrackedPreferenceTrustedInitialized" |
| + enum="TrackedPreference"> |
| + <summary> |
| + The id of a tracked preference for which we do not have a MAC, but are |
| + willing to seed blindly as either (1) the current MACs are trusted and this |
|
Alexei Svitkine (slow)
2014/01/08 21:18:15
Nit: not sure what "seed blindly" means, can you c
gab
2014/01/08 21:36:12
Done.
|
| + is a newly tracked pref or (2) its value is NULL. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="Settings.TrackedPreferenceUnchanged" enum="TrackedPreference"> |
| <summary> |
| The id of a tracked preference whose value has not changed since the last |