summaryrefslogtreecommitdiffstats
path: root/chrome/browser/spellchecker_linux.cc
diff options
context:
space:
mode:
authormorrita@chromium.org <morrita@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-22 09:00:13 +0000
committermorrita@chromium.org <morrita@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-22 09:00:13 +0000
commit5efcef635ea9483b64d4ba096ae3b922b2fa4ec2 (patch)
treea634f4704419113d707e25925e2076d238c62327 /chrome/browser/spellchecker_linux.cc
parent71bb51210b29a5546679b9c8be2990f3254f3d08 (diff)
downloadchromium_src-5efcef635ea9483b64d4ba096ae3b922b2fa4ec2.zip
chromium_src-5efcef635ea9483b64d4ba096ae3b922b2fa4ec2.tar.gz
chromium_src-5efcef635ea9483b64d4ba096ae3b922b2fa4ec2.tar.bz2
Integrating Mac OS Grammar checker into Chromium.
BUG=none TEST=none Review URL: http://codereview.chromium.org/6392045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75577 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/spellchecker_linux.cc')
-rw-r--r--chrome/browser/spellchecker_linux.cc6
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