Add IN_DICTIONARY feedback type for spelling service
commit73978c989f87ac47bf3c824dd749bd57d617abf9
authorrouslan@chromium.org <rouslan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 24 May 2013 06:33:12 +0000 (24 06:33 +0000)
committerrouslan@chromium.org <rouslan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 24 May 2013 06:33:12 +0000 (24 06:33 +0000)
treea842170ddbbdb1fd61f3adb86a926c55c9060350
parente25fe6ac7ea6f1a22cd5c9cb5de0f3277c72fded
Add IN_DICTIONARY feedback type for spelling service

This CL adds a feedback type IN_DICTIONARY. Spellcheck will send this feedback
when SpellingServiceClient returns a spellcheck result for a word that is in
user's custom spellcheck dictionary. Upcoming CLs will address collecting and
sending this type of feedback.

BUG=170514

Review URL: https://chromiumcodereview.appspot.com/15934002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@201982 0039d316-1c4b-4281-b951-d872f2087c98
chrome/browser/spellchecker/spellcheck_action.cc
chrome/browser/spellchecker/spellcheck_action.h
chrome/browser/spellchecker/spellcheck_action_unittest.cc