Index: base/i18n/i18n_constants.h |
diff --git a/base/i18n/i18n_constants.h b/base/i18n/i18n_constants.h |
index c2de842da1ddf4855d3b5fa2fdc42274b1e6deef..8108b19fed208a416cb0996ce709c65dae159ae5 100644 |
--- a/base/i18n/i18n_constants.h |
+++ b/base/i18n/i18n_constants.h |
@@ -12,8 +12,12 @@ 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[]; |
+ |
+// Not currently in use anywhere in the code base. |
Nico
2015/01/20 22:45:33
delete, then?
|
+#if 0 |
BASE_I18N_EXPORT extern const char kCodepageUTF16BE[]; |
BASE_I18N_EXPORT extern const char kCodepageUTF16LE[]; |
+#endif |
} // namespace base |