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

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

Issue 19776015: Add UMA stat to track home button and page prefs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup Created 7 years, 5 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_browser.gypi ('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 897e120c7e2a02280e3cfc8d599edff57e305ea5..d7420bc993cf4e3f2d20de36e5854ca57aec7718 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -3878,6 +3878,20 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="HomePage.IsHomeButtonEnabled" enum="BooleanEnabled">
+ <summary>
+ Whether or not the Home button is enabled in user preferences when a profile
+ is loaded.
+ </summary>
+</histogram>
+
+<histogram name="HomePage.IsNewTabPage" enum="Boolean">
+ <summary>
+ Whether or not the home page user preference is set to the default NTP
Mark P 2013/07/23 22:05:36 please fix the spacing
+ value when a profile is loaded.
+ </summary>
+</histogram>
+
<histogram name="HttpCache.EntryLockWait" units="milliseconds">
<summary>
The time spent waiting for write lock on a disk cache entry.
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698