| Index: base/i18n/i18n_constants.h
|
| diff --git a/base/i18n/i18n_constants.h b/base/i18n/i18n_constants.h
|
| index c2de842da1ddf4855d3b5fa2fdc42274b1e6deef..c1bd87dc485b90075d019e7343365484197e445e 100644
|
| --- a/base/i18n/i18n_constants.h
|
| +++ b/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
|
|
|
|
|