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

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

Issue 2518963002: Record metric of geo permission before and after showing the disclosure. (Closed)
Patch Set: Feedback 2 Created 4 years, 1 month 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 | « third_party/WebKit/public/platform/modules/permissions/permission_status.mojom ('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 3c5a1e7a27f2d541a1ffe549b60139e8178fa8c3..f35a3f5811913f1dbab6bedc9e756d0b056abc45 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -19001,6 +19001,26 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="GeolocationDisclosure.PostDisclosurePermission"
+ enum="PermissionStatus">
+ <owner>benwells@chromium.org</owner>
+ <summary>
+ Records the geolocation permission 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.PreDisclosurePermission"
+ enum="PermissionStatus">
+ <owner>benwells@chromium.org</owner>
+ <summary>
+ Records the geolocation permission 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="GoogleNow.Card.Button.Clicked0" enum="GoogleNowCardTypeId">
<owner>robliao@chromium.org</owner>
<owner>skare@chromium.org</owner>
« no previous file with comments | « third_party/WebKit/public/platform/modules/permissions/permission_status.mojom ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698