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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2793253002: Log metrics for the new Default Search Engine geolocation setting. (Closed)
Patch Set: With test 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 31774c7ed82606dfcfe74fdb4a4a19feb94b0f78..3fb586853179c98f7ff8405c69393cfa466d97f9 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -21335,6 +21335,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="GeolocationDisclosure.PostDisclosureDSESetting" enum="Boolean">
Ilya Sherman 2017/04/07 08:09:33 nit: (Just within this file), please provide a cus
benwells 2017/04/10 08:41:44 Good point - it's 'allow' vs. 'disallow'. Done.
+ <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>
@@ -21358,6 +21367,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="GeolocationDisclosure.PreDisclosureDSESetting" enum="Boolean">
Ilya Sherman 2017/04/07 08:09:33 nit: (Ditto)
benwells 2017/04/10 08:41:44 Done.
+ <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>
« 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