Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index a9ea94c896134d471021f918746648ac90b0dc91..de99ad1bced7823ec32bd3de10eb14a4b10cee5a 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -19021,6 +19021,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="GeolocationHeader.PermissionState"> |
|
Ilya Sherman
2016/11/30 00:33:35
Please add an enum attribute for this histogram.
Ilya Sherman
2016/11/30 00:33:35
nit: Please group this with the existing Geolocati
pdyson
2016/11/30 08:00:43
Done.
pdyson
2016/11/30 08:00:43
Done. The labels for the enums are longer than one
dominickn
2016/12/01 00:30:26
The labels definitely need to be shorter if possib
pdyson
2016/12/05 03:48:31
Ok. I've made them shorter and explained the abbre
|
| + <owner>mvanouwerkerk@chromium.org</owner> |
|
Ilya Sherman
2016/11/30 00:33:35
Hmm, how did you choose Michael to be an owner for
pdyson
2016/11/30 08:00:43
I kept the same owner as the other Geolocation his
|
| + <summary> |
| + Counts Geolocation requests for each combination of location source, M+ |
|
Ilya Sherman
2016/11/30 00:33:35
The phrase "M+ Chrome permission" is fairly confus
pdyson
2016/11/30 08:00:43
Ok. I've made this shorter.
|
| + Chrome permission and Chrome omnibox permissions. For cases where a location |
| + could not be sent the counts are further divided into whether the location |
| + was sent or not. |
|
Ilya Sherman
2016/11/30 00:33:35
Hmm, what does it mean to divide cases "where a lo
pdyson
2016/11/30 08:00:43
Acknowledged.
|
| + </summary> |
| +</histogram> |
| + |
| <histogram name="GoogleNow.Card.Button.Clicked0" enum="GoogleNowCardTypeId"> |
| <owner>robliao@chromium.org</owner> |
| <owner>skare@chromium.org</owner> |