| Index: chrome/common/spellcheck_messages.h
|
| diff --git a/chrome/common/spellcheck_messages.h b/chrome/common/spellcheck_messages.h
|
| index a61781461c43f4a01fb6ddd826b356ea728ecbeb..75dcc1c6146bdb92914d187baeb1a563bfb2d3b6 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 */)
|
|
|