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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 126093007: Introduce a hash_of_hashes dictionary. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: +missing histogram Created 6 years, 11 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/pref_hash_store_impl_unittest.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 6b445183c65c64fe44cf659232b70a454ceae6c1..b0c23b64d25efd96047eab53ca14822d533d542a 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -16846,6 +16846,10 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Settings.HashesDictionaryTrusted" enum="BooleanValid">
+ <summary>Whether the hashes dictionary for this profile is trusted.</summary>
Alexei Svitkine (slow) 2014/01/08 21:19:36 Mention when this is logged. (On profile prefs loa
+</histogram>
+
<histogram name="Settings.HomePageDomain" enum="OmniboxSearchEngine">
<obsolete>
Deprecated in Chrome 30. Replaced by Settings.HomePageEngineType.
@@ -17018,6 +17022,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
+ 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
« no previous file with comments | « chrome/browser/prefs/pref_hash_store_impl_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698