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

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: Addressed the feedback from jam@. 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
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

Powered by Google App Engine
This is Rietveld 408576698