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

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

Issue 443873007: Expand Enums for (fake) Omnibox Histograms (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | « no previous file | 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 1cf62a065fff08fa719d84309b4c566fc65c4d5a..a61d79f09eab4182da9dfa07990d6d3684f06b0a 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -43997,6 +43997,9 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="7" label="new tab page with omnibox as starting focus"/>
<int value="8" label="new tab page with fakebox as starting focus"/>
<int value="9" label="search results page without search term replacement"/>
+ <int value="10" label="home screen"/>
+ <int value="11" label="search app"/>
+ <int value="12" label="maps app"/>
</enum>
<enum name="OmniboxProviderAndResultType" type="int">
@@ -44027,6 +44030,11 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="1106" label="NAVSUGGEST via ZeroSuggest"/>
<int value="1109" label="SEARCH_SUGGEST via ZeroSuggest"/>
<int value="1116" label="SEARCH_SUGGEST_PERSONALIZED via ZeroSuggest"/>
+ <int value="1202" label="HISTORY_URL from on-device service"/>
+ <int value="1212" label="CONTACT from on-device service"/>
+ <int value="1218" label="APP_RESULT from on-device service"/>
+ <int value="1219" label="APP from on-device service"/>
+ <int value="1220" label="LEGACY_ON_DEVICE from on-device service"/>
</enum>
<enum name="OmniboxProviderType" type="int">
@@ -44042,6 +44050,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="10" label="BookmarkProvider"/>
<int value="11" label="ZeroSuggest"/>
<int value="12" label="on device (only used by Android GSA)"/>
+ <int value="13" label="on device chrome (chrome content provider)"/>
</enum>
<enum name="OmniboxSearchEngine" type="int">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698