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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2627853002: Show the search geolocation disclosure from geolocation API use. (Closed)
Patch Set: Marked old ones obsolete Created 3 years, 11 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/geolocation/geolocation_permission_context_android.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 579764af88e3d65748a972badeec900e0ee1eb52..2b5c0badd92a8e00c9cdf7f3b1b18adbd428cd17 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -19833,8 +19833,21 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="GeolocationDisclosure.PostDisclosureContentSetting"
+ enum="ContentSetting">
+ <owner>benwells@chromium.org</owner>
+ <summary>
+ Records the geolocation content setting for the default search engine's
+ origin 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>
+ Deprecated 2017/01. Replaced by PostDisclosureContentSetting.
+ </obsolete>
<owner>benwells@chromium.org</owner>
<summary>
Records the geolocation permission for the default search engine's origin
@@ -19843,8 +19856,21 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="GeolocationDisclosure.PreDisclosureContentSetting"
+ enum="ContentSetting">
+ <owner>benwells@chromium.org</owner>
+ <summary>
+ Records the geolocation content setting for the default search engine's
+ origin 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>
+ Deprecated 2017/01. Replaced by PreDisclosureContentSetting.
+ </obsolete>
<owner>benwells@chromium.org</owner>
<summary>
Records the geolocation permission for the default search engine's origin
« no previous file with comments | « chrome/browser/geolocation/geolocation_permission_context_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698