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, 5 insertions, 0 deletions
diff --git a/chrome/browser/spellchecker.h b/chrome/browser/spellchecker.h
index 932d3c9..526f38a 100644
--- a/chrome/browser/spellchecker.h
+++ b/chrome/browser/spellchecker.h
@@ -90,6 +90,11 @@ class SpellChecker : public base::RefCountedThreadSafe<SpellChecker> {
// (e.g. "word:word").
bool IsValidContraction(const std::wstring& word);
+ // Return the file name of the dictionary, including the path and the version
+ // numbers.
+ std::wstring GetVersionedFileName(const std::wstring& language,
+ const std::wstring& dict_dir);
+
// Path to the spellchecker file.
std::wstring bdict_file_name_;