diff options
Diffstat (limited to 'chrome/common/spellcheck_messages.h')
-rw-r--r-- | chrome/common/spellcheck_messages.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/common/spellcheck_messages.h b/chrome/common/spellcheck_messages.h index a617814..75dcc1c 100644 --- a/chrome/common/spellcheck_messages.h +++ b/chrome/common/spellcheck_messages.h @@ -39,6 +39,11 @@ IPC_MESSAGE_CONTROL4(SpellCheckMsg_Init, IPC_MESSAGE_CONTROL1(SpellCheckMsg_WordAdded, std::string /* word */) +// A word has been removed from the custom dictionary; update the local custom +// word list. +IPC_MESSAGE_CONTROL1(SpellCheckMsg_WordRemoved, + std::string /* word */) + // Toggle the auto spell correct functionality. IPC_MESSAGE_CONTROL1(SpellCheckMsg_EnableAutoSpellCorrect, bool /* enable */) |