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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2898823002: Add metrics for search engine promo and search widget (Closed)
Patch Set: Created 3 years, 7 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
Index: tools/metrics/histograms/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index 63791ecd3148269a6f43c87350e813599c2f7635..d9233c71cee21de40a39c34ca680e5c662424431 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -31419,6 +31419,18 @@ from previous Chrome versions.
<int value="33" label="NONE"/>
</enum>
+<enum name="SearchEntryPoint type="int">
+ <int value="0" label="From search widget"/>
+ <int value="1" label="From omnibox"/>
+</enum>
+
+<enum name="SearchWidgetUseInfo" type="int">
+ <int value="0" label="Present in partnership device"/>
+ <int value="1" label="Not present in partnership device"/>
+ <int value="2" label="Present in non-partnership device"/>
+ <int value="3" label="Not present in non-partnership device"/>
+</enum>
+
<enum name="SecurityInterstitialDecision" type="int">
<int value="0" label="SHOW"/>
<int value="1" label="PROCEED"/>

Powered by Google App Engine
This is Rietveld 408576698