| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 4b565c63a1b0cd3ac0201f7de7832f585e52b171..099bebca211b24ecea5104f602a613faee450dcc 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -63126,6 +63126,18 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="WebFont.InterventionResult.MissedCache"
|
| + enum="WebFontInterventionResult">
|
| + <owner>toyoshim@chromium.org</owner>
|
| + <owner>kenjibaheux@chromium.org</owner>
|
| + <summary>
|
| + Like InterventionResult, this records whether User Agent Intervention 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.LayoutLatency" units="ms">
|
| <obsolete>
|
| Renamed to WebFont.StyleRecalcToDownloadLatency for clarity.
|
|
|