Index: chrome/common/spellcheck_common.h |
diff --git a/chrome/common/spellcheck_common.h b/chrome/common/spellcheck_common.h |
index d11dcfc6741d3a481b9058d4f2c540efa1cfdc9d..b996e6f847c3e68004654090a5d73456918527c5 100644 |
--- a/chrome/common/spellcheck_common.h |
+++ b/chrome/common/spellcheck_common.h |
@@ -18,6 +18,10 @@ static const int kMaxSuggestions = 5; |
static const int kMaxAutoCorrectWordSize = 8; |
+// Maximum number of words in the custom spellcheck dictionary that can be |
+// synced. |
+static const size_t MAX_SYNCABLE_DICTIONARY_SIZE_IN_WORDS = 1300; |
+ |
typedef std::vector<std::string> WordList; |
FilePath GetVersionedFileName(const std::string& input_language, |