| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index c8fa11d2289249b0428abc11f05a01e672e446c9..e8e72e6b011d7fa68bc29e6d02de7049387f6572 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -60290,6 +60290,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="SpellCheck.Android.Latency" units="ms">
|
| + <owner>timvolodine@chromium.org</owner>
|
| + <summary>
|
| + Measures the amount of time it takes to receive results from the
|
| + spellchecking service on Android. More precisely this is the
|
| + SystemClock.elapsedRealtime() between the
|
| + SpellCheckerSession.getSentenceSuggestions() and the invocation of the
|
| + onGetSentenceSuggestions() callback.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="SpellCheck.SpellingService.Enabled" enum="BooleanEnabled">
|
| <owner>groby@chromium.org</owner>
|
| <owner>rlp@chromium.org</owner>
|
|
|