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

Unified Diff: chrome/browser/spellchecker_common.h

Issue 150139: [chromium-reviews] Change the use of "Language" in Spell Check files to "SpellCheckLanguage". "L... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 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
Index: chrome/browser/spellchecker_common.h
===================================================================
--- chrome/browser/spellchecker_common.h (revision 19621)
+++ chrome/browser/spellchecker_common.h (working copy)
@@ -11,9 +11,6 @@
// Some constants and typedefs that are common to all spellchecker
// files/classes/backends/platforms/whatever.
-typedef std::string Language;
-typedef std::vector<Language> Languages;
-
static const int kMaxSuggestions = 5; // Max number of dictionary suggestions.
static const int kMaxAutoCorrectWordSize = 8;

Powered by Google App Engine
This is Rietveld 408576698