summaryrefslogtreecommitdiffstats
path: root/chromium/base/i18n/i18n_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/base/i18n/i18n_constants.h')
-rw-r--r--chromium/base/i18n/i18n_constants.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/chromium/base/i18n/i18n_constants.h b/chromium/base/i18n/i18n_constants.h
index c2de842da1d..c1bd87dc485 100644
--- a/chromium/base/i18n/i18n_constants.h
+++ b/chromium/base/i18n/i18n_constants.h
@@ -12,8 +12,9 @@ namespace base {
// Names of codepages (charsets) understood by icu.
BASE_I18N_EXPORT extern const char kCodepageLatin1[]; // a.k.a. ISO 8859-1
BASE_I18N_EXPORT extern const char kCodepageUTF8[];
-BASE_I18N_EXPORT extern const char kCodepageUTF16BE[];
-BASE_I18N_EXPORT extern const char kCodepageUTF16LE[];
+
+// The other possible options are UTF-16BE and UTF-16LE, but they are unused in
+// Chromium as of this writing.
} // namespace base