Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1316)

Unified Diff: chrome/common/spellcheck_common.cc

Issue 11299044: Unittest to go along with added no suggest flag. Currently tests no suggest for English dictionarie… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | chrome/renderer/spellchecker/spellcheck_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/spellcheck_common.cc
===================================================================
--- chrome/common/spellcheck_common.cc (revision 167422)
+++ chrome/common/spellcheck_common.cc (working copy)
@@ -111,8 +111,8 @@
{"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.
};
« no previous file with comments | « DEPS ('k') | chrome/renderer/spellchecker/spellcheck_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698