Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 4b565c63a1b0cd3ac0201f7de7832f585e52b171..696d551ccb139d7e1228aa66057dafcfc1d7bc34 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -63221,6 +63221,18 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="WebFont.MissCachedInterventionResult" |
|
Ilya Sherman
2016/07/11 23:42:46
nit: I'd have suggested naming this histogram some
Takashi Toyoshima
2016/07/12 06:24:25
Done.
|
| + enum="WebFontInterventionResult"> |
| + <owner>toyoshim@chromium.org</owner> |
| + <owner>kenjibaheux@chromium.org</owner> |
| + <summary> |
| + Same with InterventionResult, this records whether User Agent Intervention |
|
Ilya Sherman
2016/07/11 23:42:46
nit: s/Same with/Like
Takashi Toyoshima
2016/07/12 06:24:25
Done.
|
| + was triggered, and whether the request (would have) timed out or not. But |
| + this version records only when data actually comes from network, not from |
| + disk or memory cache, and is not provided in a data URL format. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="WebFont.PackageFormat" enum="WebFontPackageFormat"> |
| <owner>kenjibaheux@chromium.org</owner> |
| <owner>ksakamoto@chromium.org</owner> |