Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index e6f6f45062331b443ba366bd67442ff2c38a1145..4128bc3f6c2e58d1668d8b3e0fd206430637217a 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -17355,6 +17355,14 @@ other types of suffix sets. |
| </summary> |
| </histogram> |
| +<histogram name="SpellCheck.SpellingService.Enabled" enum="BooleanEnabled"> |
| + <summary> |
| + Whether the user has opted in to asking Google for spelling corrections. |
|
groby-ooo-7-16
2013/10/03 17:39:48
nit: corrections -> correction suggestions? Or jus
dfaden
2013/10/03 17:59:15
Done.
|
| + Recorded both when spelling is initialized and when the preference is |
| + changed. |
|
groby-ooo-7-16
2013/10/03 17:39:48
nit: Do we usually add explanations on when it is
dfaden
2013/10/03 17:59:15
I notice that some of the other histograms do have
|
| + </summary> |
| +</histogram> |
| + |
| <histogram name="Sqlite.AppCache.Error" enum="SqliteErrorCode"> |
| <summary>Error codes returned by sqlite for the appcache db.</summary> |
| </histogram> |