summaryrefslogtreecommitdiffstats
path: root/chrome/browser/spellchecker.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/spellchecker.h')
-rw-r--r--chrome/browser/spellchecker.h5
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;