diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-23 19:12:09 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-23 19:12:09 +0000 |
commit | c880c803209ca5b13afe9786a7038ca3dfe968b2 (patch) | |
tree | ae26d313149be3830ca81f440778294c84bb55a6 /chrome/browser/spellchecker.h | |
parent | 8f9f4f0ce600435ca36fd5b44d324b48fde73228 (diff) | |
download | chromium_src-c880c803209ca5b13afe9786a7038ca3dfe968b2.zip chromium_src-c880c803209ca5b13afe9786a7038ca3dfe968b2.tar.gz chromium_src-c880c803209ca5b13afe9786a7038ca3dfe968b2.tar.bz2 |
Reverting 8565.
Review URL: http://codereview.chromium.org/18718
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8566 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/spellchecker.h')
-rw-r--r-- | chrome/browser/spellchecker.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/spellchecker.h b/chrome/browser/spellchecker.h index 50fa60e..1e97605 100644 --- a/chrome/browser/spellchecker.h +++ b/chrome/browser/spellchecker.h @@ -88,11 +88,6 @@ class SpellChecker : public base::RefCountedThreadSafe<SpellChecker> { Profile* profile, Languages* display_languages); - // This function returns the corresponding language-region code for the - // spell check language. For example, for hi, it returns hi-IN. - static Language GetSpellCheckLanguageRegion(Language input_language); - - private: // Download dictionary files when required. class DictionaryDownloadController; |