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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 145053004: Let chrome_prefs handle Preferences initialization from master_preferences. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix clang compile Created 6 years, 10 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_filter.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 b91ff284e1076deb263bfae04af29f4964e5cb1d..01bf48a707fed0a792a1bc9f326e47476dedc643 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -17509,6 +17509,15 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Settings.InitializedFromMasterPrefs" enum="BooleanSuccess">
+ <summary>
+ Logged on first run when generating the Preferences file from
+ master_preferences. True if serializing the generated Preferences file to
+ disk was successful, false otherwise. Note: this event does not occur if
+ there is no master_preferences file on first run.
+ </summary>
+</histogram>
+
<histogram name="Settings.PinnedTabEngineTypes" enum="OmniboxSearchEngineType">
<summary>
Tries to pretend pinned tab URLs are search URLs, and records the search
« no previous file with comments | « chrome/browser/prefs/pref_hash_filter.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698