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

Unified Diff: chrome/common/spellcheck_common.cc

Issue 11826006: Add checksums to Turkish and Estonian spellcheck dictionaries (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Bump deps Created 7 years, 11 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 | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/spellcheck_common.cc
diff --git a/chrome/common/spellcheck_common.cc b/chrome/common/spellcheck_common.cc
index 1c0976b0ae199131c4eadcd166e0ea2b52746e22..ea45664c25584a9ec7781c89f0a62a9ae478c2bd 100644
--- a/chrome/common/spellcheck_common.cc
+++ b/chrome/common/spellcheck_common.cc
@@ -99,8 +99,8 @@ FilePath GetVersionedFileName(const std::string& input_language,
// number if you're updating either dic or aff files. Increment the minor
// version number if you're updating only dic_delta files.
static LanguageVersion special_version_string[] = {
- {"et-EE", "-1-1"}, // No dic/aff files
- {"tr-TR", "-1-1"}, // No dic/aff files
+ {"tr-TR", "-4-0"}, // Jan 9, 2013: Add "FLAG num" to aff to avoid heapcheck
+ // crash.
};
// Generate the bdict file name using default version string or special
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698