Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 7a68be2e2bcc8f2cdf5caf63f663a693cd7714f1..8f9ecb76f4142437f806912ce65268cb69b149d6 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -34712,6 +34712,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="NQE.CellularRSSIAvailable" enum="BooleanAvailable"> |
| + <owner>tbansal@chromium.org</owner> |
| + <owner>bengr@chromium.org</owner> |
| + <summary> |
| + Whether the RSSI for the cellular signal was available or not. Recorded |
| + right before a connection change event. Recorded only on cellular |
|
pauljensen
2016/06/10 13:52:15
"Recorded only on cellular connections" is mislead
tbansal1
2016/06/16 00:58:13
Right now, it is recorded only on cellular connect
|
| + connections on Android platform. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="NQE.DifferenceRTTActualAndEstimated" units="ms"> |
| <obsolete> |
| Replaced in June 2016 by NQE.Accuracy.HttpRTT.* metrics. |