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

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

Issue 2793253002: Log metrics for the new Default Search Engine geolocation setting. (Closed)
Patch Set: Use BooleanAllowed Created 3 years, 8 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 | « chrome/browser/android/search_geolocation/search_geolocation_disclosure_tab_helper.cc ('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 286baa8419050d1975c30406e34505c8758eddc1..cdade4b53dcdf69bdcd4dea5cfccd4f209b0ba52 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -21459,6 +21459,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="GeolocationDisclosure.PostDisclosureDSESetting"
+ enum="BooleanAllowed">
+ <owner>benwells@chromium.org</owner>
+ <summary>
+ Records the geolocation default search engine setting after the search
+ geolocation disclosure has been shown and won't be shown again. This metric
+ is only recorded once per client.
+ </summary>
+</histogram>
+
<histogram name="GeolocationDisclosure.PostDisclosurePermission"
enum="PermissionStatus">
<obsolete>
@@ -21482,6 +21492,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="GeolocationDisclosure.PreDisclosureDSESetting"
+ enum="BooleanAllowed">
+ <owner>benwells@chromium.org</owner>
+ <summary>
+ Records the geolocation default search engine setting immediately before the
+ search geolocation disclosure has been shown. This metric is only recorded
+ once per client.
+ </summary>
+</histogram>
+
<histogram name="GeolocationDisclosure.PreDisclosurePermission"
enum="PermissionStatus">
<obsolete>
@@ -83840,6 +83860,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1" label="Active"/>
</enum>
+<enum name="BooleanAllowed" type="int">
+ <int value="0" label="Not Allowed"/>
+ <int value="1" label="Allowed"/>
+</enum>
+
<enum name="BooleanAttempted" type="int">
<int value="0" label="Not Attempted"/>
<int value="1" label="Attempted"/>
« no previous file with comments | « chrome/browser/android/search_geolocation/search_geolocation_disclosure_tab_helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698