Index: chrome/common/spellcheck_messages.h |
diff --git a/chrome/common/spellcheck_messages.h b/chrome/common/spellcheck_messages.h |
index d808b802dfabf02d609762f208e60659f740fdbf..71790e9d331383136e1e7da1ead3906685f8db11 100644 |
--- a/chrome/common/spellcheck_messages.h |
+++ b/chrome/common/spellcheck_messages.h |
@@ -130,10 +130,11 @@ IPC_SYNC_MESSAGE_CONTROL1_1(SpellCheckHostMsg_FillSuggestionList, |
string16 /* word */, |
std::vector<string16> /* suggestions */) |
-IPC_MESSAGE_CONTROL3(SpellCheckHostMsg_RequestTextCheck, |
+IPC_MESSAGE_CONTROL4(SpellCheckHostMsg_RequestTextCheck, |
int /* route_id for response */, |
int /* request identifier given by WebKit */, |
- string16 /* sentence */) |
+ string16 /* sentence */, |
+ std::vector<SpellCheckMarker> /* markers */) |
IPC_MESSAGE_ROUTED2(SpellCheckHostMsg_ToggleSpellCheck, |
bool /* enabled */, |