Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(91)

Unified Diff: chrome/browser/spellchecker/spellcheck_action.h

Issue 15934002: Add IN_DICTIONARY feedback type for spelling service (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/spellchecker/spellcheck_action.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/spellchecker/spellcheck_action.h
diff --git a/chrome/browser/spellchecker/spellcheck_action.h b/chrome/browser/spellchecker/spellcheck_action.h
index e687e047861ced89427c5e5da1a050cfc8dd7cbd..c1b3cd2d11ffe87a8ed1f8d77593d7eeed0d2c9a 100644
--- a/chrome/browser/spellchecker/spellcheck_action.h
+++ b/chrome/browser/spellchecker/spellcheck_action.h
@@ -23,6 +23,9 @@ class SpellcheckAction {
// select any suggestions. The user cannot take any more actions on the
// misspelling, because it has been deleted from the web page.
TYPE_IGNORE,
+ // The misspelling is in user's custom spellcheck dictionary. The user will
+ // not see spellcheck suggestions for this misspelling.
+ TYPE_IN_DICTIONARY,
// The user manually corrected the word to |value|. The user cannot take
// more actions on this misspelling.
TYPE_MANUALLY_CORRECTED,
« no previous file with comments | « no previous file | chrome/browser/spellchecker/spellcheck_action.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698