diff options
author | rlp@chromium.org <rlp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-17 06:36:05 +0000 |
---|---|---|
committer | rlp@chromium.org <rlp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-17 06:36:05 +0000 |
commit | 1ccdbb7a493a4edf747bd9853cf486f2e778aca2 (patch) | |
tree | c65f744753c88fec4c225f10feeeee44935f4b51 /chrome/common/spellcheck_common.cc | |
parent | 5509f1ebe9b3b37a69f0fd8a322f47ea2bd75f16 (diff) | |
download | chromium_src-1ccdbb7a493a4edf747bd9853cf486f2e778aca2.zip chromium_src-1ccdbb7a493a4edf747bd9853cf486f2e778aca2.tar.gz chromium_src-1ccdbb7a493a4edf747bd9853cf486f2e778aca2.tar.bz2 |
Unittest to go along with added no suggest flag. Currently tests no suggest for English dictionaries.
Also updates DEPS to the new dictionary including the NOSUGGEST feature.
BUG=160847
TBR=sky@chromium.org
Review URL: https://chromiumcodereview.appspot.com/11299044
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168390 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/spellcheck_common.cc')
-rw-r--r-- | chrome/common/spellcheck_common.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/spellcheck_common.cc b/chrome/common/spellcheck_common.cc index d25e07a5..767df7a 100644 --- a/chrome/common/spellcheck_common.cc +++ b/chrome/common/spellcheck_common.cc @@ -111,8 +111,8 @@ FilePath GetVersionedFileName(const std::string& input_language, {"fo-FO", "-2-3"}, // 2-3 (May 2012): added a dictionary. {"en-US", "-2-4"}, // 2-4 (October 2012): add more words. {"en-CA", "-2-4"}, - {"en-GB", "-2-4"}, - {"en-AU", "-2-4"}, + {"en-GB", "-2-5"}, // 2-5 (Nov 2012): Added NOSUGGEST flag = !. + {"en-AU", "-2-5"}, // Marked 1 word in each. }; |