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

Unified Diff: chrome/browser/spellchecker/spellcheck_message_filter_mac.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/browser/spellchecker/spellcheck_message_filter_mac.h
diff --git a/chrome/browser/spellchecker/spellcheck_message_filter_mac.h b/chrome/browser/spellchecker/spellcheck_message_filter_mac.h
index b8b66e29f88f8d6f7b97ea574c4fde4870ee0d91..77c9d5b3da687c502b9230c915ff9c19e6e64841 100644
--- a/chrome/browser/spellchecker/spellcheck_message_filter_mac.h
+++ b/chrome/browser/spellchecker/spellcheck_message_filter_mac.h
@@ -44,7 +44,8 @@ class SpellCheckMessageFilterMac : public content::BrowserMessageFilter {
void OnUpdateSpellingPanelWithMisspelledWord(const string16& word);
void OnRequestTextCheck(int route_id,
int identifier,
- const string16& text);
+ const string16& text,
+ const std::vector<SpellCheckMarker>& markers);
int ToDocumentTag(int route_id);
void RetireDocumentTag(int route_id);

Powered by Google App Engine
This is Rietveld 408576698