| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 6b445183c65c64fe44cf659232b70a454ceae6c1..46311cfe5b91ddcda9a44b078be44e553d1f87b8 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -16846,6 +16846,13 @@ other types of suffix sets.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Settings.HashesDictionaryTrusted" enum="BooleanValid">
|
| + <summary>
|
| + Logged on profile load. Indicates whether the hashes dictionary for this
|
| + profile is trusted.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Settings.HomePageDomain" enum="OmniboxSearchEngine">
|
| <obsolete>
|
| Deprecated in Chrome 30. Replaced by Settings.HomePageEngineType.
|
| @@ -17018,6 +17025,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 which was initialized despite the absence of
|
| + a MAC as either (1) the current MACs are trusted, infering that this 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
|
|
|