| Index: chrome/common/spellcheck_messages.h
|
| diff --git a/chrome/common/spellcheck_messages.h b/chrome/common/spellcheck_messages.h
|
| index 6d415d11243eb3c2a952e961cae557bd8ddb6b79..c8b02fb00ecfd09b1d4973d019cb4acb07d9452a 100644
|
| --- a/chrome/common/spellcheck_messages.h
|
| +++ b/chrome/common/spellcheck_messages.h
|
| @@ -55,6 +55,15 @@ IPC_MESSAGE_CONTROL2(SpellCheckMsg_CustomDictionaryChanged,
|
| IPC_MESSAGE_CONTROL1(SpellCheckMsg_EnableAutoSpellCorrect,
|
| bool /* enable */)
|
|
|
| +// Request a list of all document markers in the renderer for spelling service
|
| +// feedback.
|
| +IPC_MESSAGE_CONTROL0(SpellCheckMsg_RequestDocumentMarkers)
|
| +
|
| +// Send a list of document markers in the renderer to the spelling service
|
| +// feedback sender.
|
| +IPC_MESSAGE_CONTROL1(SpellCheckHostMsg_RespondDocumentMarkers,
|
| + std::vector<uint32> /* document marker identifiers */)
|
| +
|
| #if !defined(OS_MACOSX)
|
| // Sends text-check results from the Spelling service when the service finishes
|
| // checking text received by a SpellCheckHostMsg_CallSpellingService message.
|
|
|