| 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
|
|
|