Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 9dc3dfdc7db043bbf62cf0e88b03f66c32cd7ae7..195345e94d1c369f19cc29f60bd5b0585bc99dca 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -7092,6 +7092,12 @@ other types of suffix sets. |
| </summary> |
| </histogram> |
| +<histogram name="Geolocation.GeolocationDispatcherHostImpl.ErrorCode" |
|
Ilya Sherman
2014/04/04 21:55:47
"GeolocationDispatcherHostImpl" is not a very sema
Michael van Ouwerkerk
2014/04/07 14:02:35
Done.
|
| + enum="GeopositionErrorCode"> |
| + <owner>mvanouwerkerk@chromium.org</owner> |
| + <summary>Error code for the geoposition sent to the renderers.</summary> |
| +</histogram> |
| + |
| <histogram name="Geolocation.InfoBarDelegate.Event" |
| enum="GeolocationInfoBarDelegateEvent"> |
| <owner>mvanouwerkerk@chromium.org</owner> |
| @@ -33842,6 +33848,13 @@ other types of suffix sets. |
| <int value="5" label="User ignored the bar"/> |
| </enum> |
| +<enum name="GeopositionErrorCode" type="int"> |
| + <int value="0" label="There was no error"/> |
| + <int value="1" label="User denied use of geolocation"/> |
| + <int value="2" label="Geoposition could not be determined"/> |
| + <int value="3" label="Timeout"/> |
| +</enum> |
| + |
| <enum name="GestureActionType" type="int"> |
| <int value="0" label="Unknown"/> |
| <int value="1" label="Omnibox pinch"/> |