diff options
Diffstat (limited to 'chrome/browser/spellchecker_linux.cc')
-rw-r--r-- | chrome/browser/spellchecker_linux.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/browser/spellchecker_linux.cc b/chrome/browser/spellchecker_linux.cc index 8637edc..5321e9e 100644 --- a/chrome/browser/spellchecker_linux.cc +++ b/chrome/browser/spellchecker_linux.cc @@ -57,4 +57,10 @@ void IgnoreWord(const string16& word) {} void CloseDocumentWithTag(int tag) {} +void RequestTextCheck(int route_id, + int identifier, + int document_tag, + const string16& text, + BrowserMessageFilter* destination) {} + } // namespace SpellCheckerPlatform |