Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1565)

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 617183005: Split the NullInitialized signal out of TrustedInitialized. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@c1_move_to_tracked
Patch Set: fix PrefHashBrowserTest Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « chrome/browser/prefs/tracked/tracked_preference_helper.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index e225050bcaa860786c5c188d42f6de4ebb4f4f8f..f43aacc89e80967216fe6cb0158324105293fc0b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -29566,6 +29566,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Settings.TrackedPreferenceNullInitialized"
+ enum="TrackedPreference">
+ <owner>gab@chromium.org</owner>
+ <summary>
+ The id of a tracked preference which was initialized despite the absence of
+ a MAC as its value was NULL.
+ </summary>
+</histogram>
+
<histogram name="Settings.TrackedPreferenceReset" enum="TrackedPreference">
<owner>gab@chromium.org</owner>
<summary>The id of a tracked preference which was reset by Chrome.</summary>
@@ -29625,8 +29634,8 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<owner>gab@chromium.org</owner>
<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.
+ a MAC as the current MACs are trusted, infering that this is a newly tracked
+ pref.
</summary>
</histogram>
« no previous file with comments | « chrome/browser/prefs/tracked/tracked_preference_helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698