summaryrefslogtreecommitdiffstats
path: root/chrome/browser/spellcheck_host_metrics.cc
Commit message (Collapse)AuthorAgeFilesLines
* Initialized SpellCheckHostMetrics counters.morrita@google.com2011-06-271-6/+19
| | | | | | | | | | | | | - initialized counter values on SpellCheckHostmeMetrics - Recorded these initial values as metrics, which should make stats more stable. BUG=87379 TEST=manual Review URL: http://codereview.chromium.org/7262028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90545 0039d316-1c4b-4281-b951-d872f2087c98
* Added 4 more spellcheck related histograms.morrita@google.com2011-06-241-0/+4
| | | | | | | | | | | | | | | - SpellCheck.CheckedWords - SpellCheck.MisspelledWords - SpellCheck.ShownSuggestions - SpellCheck.ReplacedWords BUG=none TEST=manual Review URL: http://codereview.chromium.org/7236026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90355 0039d316-1c4b-4281-b951-d872f2087c98
* Refactoring: Extracted SpellCheckHostMetrics class.morrita@google.com2011-06-241-0/+93
This is a preparaiton for making a part of spellcheck related metrics out of SpellCheckHost lifetime. This change is just a refactoring and should have no behavioral change. BUG=none TEST=manual Review URL: http://codereview.chromium.org/7242007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90341 0039d316-1c4b-4281-b951-d872f2087c98