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

Unified Diff: chrome/common/spellcheck_common.cc

Issue 2807035: Adds a unit test for Serbian and Ukranian dictionaries.... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: '' Created 10 years, 5 months 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 | « no previous file | 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 51684)
+++ chrome/common/spellcheck_common.cc (working copy)
@@ -46,8 +46,10 @@
{"ru", "ru-RU"},
{"sk", "sk-SK"},
{"sl", "sl-SI"},
+ {"sr", "sr"},
{"sv", "sv-SE"},
{"tr", "tr-TR"},
+ {"uk", "uk-UA"},
{"vi", "vi-VN"},
};
@@ -98,6 +100,8 @@
{"ro-RO", "-2-0"},
{"ru-RU", "-2-0"},
{"bg-BG", "-2-0"},
+ {"sr", "-2-0"},
+ {"uk-UA", "-2-0"},
};
// Generate the bdict file name using default version string or special
« no previous file with comments | « no previous file | chrome/renderer/spellchecker/spellcheck_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698