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

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

Issue 20012003: Add UMA histograms for home page, start page, and DSE hosts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reuse existing histogram enum for DSE hosts. 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index c7400aa305fdec7a311589fde4fe0c4b7735857c..57209223f5ae3126d012acef3be0bdbcbbe79a75 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 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.
@@ -12730,6 +12744,20 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Settings.DefaultSearchProvider" enum="OmniboxSearchEngine">
+ <summary>
+ The id of the default search engine URL host that is specified in
+ Preferences.
+ </summary>
+</histogram>
+
+<histogram name="Settings.FirstStartPageURL" enum="OmniboxSearchEngine">
+ <summary>
+ The id of the first start page URL host that is specified in Preferences.
+ The first start page is the active tab at startup.
+ </summary>
+</histogram>
+
<histogram name="Settings.HomePageIsNewTabPage" enum="Boolean">
<summary>
Whether or not the home page user preference is set to the default NTP value
@@ -12737,6 +12765,12 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Settings.HomePageURL" enum="OmniboxSearchEngine">
+ <summary>
+ The id of the home page URL host that is specified in Preferences.
+ </summary>
+</histogram>
+
<histogram name="Settings.ShowHomeButton" enum="BooleanEnabled">
<summary>
Whether or not the Home button is enabled in user preferences when a profile
@@ -19466,6 +19500,19 @@ other types of suffix sets.
<int value="99" label="Spray"/>
<int value="100" label="Sanook!"/>
<int value="101" label="MYNET"/>
+ <int value="102" label="searchnu.com"/>
+ <int value="103" label="babylon.com"/>
+ <int value="104" label="delta-search.com"/>
+ <int value="105" label="iminent.com"/>
+ <int value="106" label="hao123.com"/>
+ <int value="107" label="sweetim.com"/>
+ <int value="108" label="snap.do"/>
+ <int value="109" label="snapdo.com"/>
+ <int value="110" label="softonic.com"/>
+ <int value="111" label="searchfunmoods.com"/>
+ <int value="112" label="incredibar.com"/>
+ <int value="113" label="sweetpacks.com"/>
+ <int value="114" label="imesh.net"/>
</enum>
<enum name="OmniboxSuggestRequests" type="int">

Powered by Google App Engine
This is Rietveld 408576698