Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 35c3c071a86a9d8d52a18c6df008a67fe2997faa..4a1099422678968d6d4ed50b9a51b97d4252dc79 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -17718,6 +17718,16 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
| </summary> |
| </histogram> |
| +<histogram name="Net.ForceAlternativeService" enum="Boolean"> |
|
Alexei Svitkine (slow)
2015/03/17 23:12:18
Nit: enum="BooleanForced" - add one if it doesn't
|
| + <owner>bnc@chromium.org</owner> |
| + <summary> |
| + Track usage of alternative services forced by the force-alt-protocols |
| + command line flag. Triggered each time alternative services are queried for |
| + a given origin and the command line flag would make a difference (that is, |
| + there is no advertised alternative service for that origin). |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="Net.FoundSystemTrustRootsAndroid" enum="Boolean"> |
| <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| <summary> |