| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 94e3845d52afa8b8dc23ee7c5e6335a47f9649ae..19a59c681f3ee90d820229966a79c8493321c1e8 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -8986,12 +8986,18 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
|
|
| <histogram name="Geolocation.InfoBarDelegate.Event"
|
| enum="GeolocationInfoBarDelegateEvent">
|
| + <obsolete>
|
| + Deprecated 8/2014, and replaced by PermissionActions.
|
| + </obsolete>
|
| <owner>mvanouwerkerk@chromium.org</owner>
|
| <summary>Events in GeolocationInfoBarDelegate.</summary>
|
| </histogram>
|
|
|
| <histogram name="Geolocation.InfoBarDelegateAndroid.Event"
|
| enum="GeolocationInfoBarDelegateAndroidEvent">
|
| + <obsolete>
|
| + Deprecated 8/2014, and replaced by PermissionActions.
|
| + </obsolete>
|
| <owner>mvanouwerkerk@chromium.org</owner>
|
| <summary>Events in GeolocationInfoBarDelegateAndroid.</summary>
|
| </histogram>
|
| @@ -41626,6 +41632,9 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| </enum>
|
|
|
| <enum name="GeolocationInfoBarDelegateEvent" type="int">
|
| + <obsolete>
|
| + Deprecated 8/2014, and replaced by PermissionAction.
|
| + </obsolete>
|
| <int value="0" label="The bar was created"/>
|
| <int value="1" label="User allowed use of geolocation"/>
|
| <int value="2" label="User denied use of geolocation"/>
|
| @@ -52605,6 +52614,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| <suffix name="MidiSysEx" label="Midi SysEx permsision actions"/>
|
| <suffix name="PushMessaging" label="Push messaging permission actions"/>
|
| <suffix name="Notifications" label="Notification permission actions"/>
|
| + <suffix name="Geolocation" label="Geolocation permission actions"/>
|
| <affected-histogram name="ContentSettings.PermissionActions"/>
|
| </histogram_suffixes>
|
|
|
|
|