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

Unified Diff: base/i18n/i18n_constants.h

Issue 853903003: Cleanup dead code in base/ as found by Scythe. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix MessageLoop::ReloadWorkQueue() Created 5 years, 11 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
« no previous file with comments | « base/files/file_util_proxy_unittest.cc ('k') | base/i18n/i18n_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « base/files/file_util_proxy_unittest.cc ('k') | base/i18n/i18n_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698