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

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: Eliminate duplicate constant. 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 4aa4b2d69ec770bda511ec9912331ea769ad0811..91a04cb651aebb6ce228e59acc85ffdcbb92d1fa 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -12730,6 +12730,20 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Settings.DefaultSearchProvider" enum="OmniboxSearchEngine">
+ <summary>
+ The id of the default search engine provider that is specified in user
Mark P 2013/07/30 15:32:56 This is not the id of the default search engine pr
bbudge 2013/07/30 18:47:08 Fixed the comment.
+ preferences when a profile is loaded.
+ </summary>
+</histogram>
+
+<histogram name="Settings.HomePageDomain" enum="OmniboxSearchEngine">
+ <summary>
+ The id of the home page domain that is specified in user preferences when a
+ profile is loaded.
+ </summary>
+</histogram>
+
<histogram name="Settings.HomePageIsNewTabPage" enum="Boolean">
<summary>
Whether or not the home page user preference is set to the default NTP value
@@ -12744,6 +12758,13 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Settings.StartPageDomains" enum="OmniboxSearchEngine">
+ <summary>
+ The ids of all start page domains that are specified in user preferences
+ when a profile is loaded.
+ </summary>
+</histogram>
+
<histogram name="SimpleCache.CheckCRCResult" enum="CheckCRCResult">
<summary>
Whether or not the CRC was checked at the moment when the last reference to
@@ -19468,6 +19489,7 @@ other types of suffix sets.
<int value="32" label="diri"/>
<int value="33" label="Custom"/>
<int value="35" label="AOL"/>
+ <int value="36" label="Conduit"/>
<int value="37" label="Rediff"/>
<int value="38" label="guruji"/>
<int value="40" label="GO.com"/>
@@ -19475,6 +19497,7 @@ other types of suffix sets.
<int value="44" label="NETI"/>
<int value="45" label="DELFI"/>
<int value="46" label="Fonecta 02.fi"/>
+ <int value="50" label="AVG"/>
<int value="51" label="search.ch"/>
<int value="54" label="in.gr"/>
<int value="55" label="Walla!"/>
@@ -19499,6 +19522,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