| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 501b53f02692329842cb406981d369220b57c45e..8d55f0006fa9676828a2ed68cbed22f0bb1e83af 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -80300,6 +80300,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="WebCore.SpellChecker.RequestInterval" units="ms">
|
| + <owner>xiaochengh@chromium.org</owner>
|
| + <summary>
|
| + The amount of time between consecutive spellcheck requests made by Blink,
|
| + with the exception that requests made simultaneously checking different
|
| + parts of the same editing host count as only one request.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="WebCore.UseCounter_TEST.CSSProperties"
|
| enum="MappedCSSProperties">
|
| <obsolete>
|
|
|