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

Unified Diff: chrome/browser/spellchecker_linux.cc

Issue 6392045: Integrating Mac OS Grammar checker into Chromium. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated to ToT Created 9 years, 10 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
« no previous file with comments | « chrome/browser/spellcheck_message_filter_browsertest.cc ('k') | chrome/browser/spellchecker_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/spellchecker_linux.cc
diff --git a/chrome/browser/spellchecker_linux.cc b/chrome/browser/spellchecker_linux.cc
index 8637edca9ca9dd91f943bc8ebad5b093a940a3ce..5321e9eeb12f29c1e956798dcd6651e46cc447ee 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
« no previous file with comments | « chrome/browser/spellcheck_message_filter_browsertest.cc ('k') | chrome/browser/spellchecker_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698