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

Unified Diff: chrome/common/spellcheck_messages.h

Issue 15861019: Collect spelling service feedback on Mac (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Attempt to fix Mac compile 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
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 */,

Powered by Google App Engine
This is Rietveld 408576698