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

Unified Diff: base/i18n/i18n_constants.cc

Issue 853903003: Cleanup dead code in base/ as found by Scythe. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: base/i18n/i18n_constants.cc
diff --git a/base/i18n/i18n_constants.cc b/base/i18n/i18n_constants.cc
index 9b8c571564f4265ff68d422deb09b851419a027a..3b04198b6786496226f32a37d84883de1ef038c3 100644
--- a/base/i18n/i18n_constants.cc
+++ b/base/i18n/i18n_constants.cc
@@ -8,8 +8,11 @@ namespace base {
const char kCodepageLatin1[] = "ISO-8859-1";
const char kCodepageUTF8[] = "UTF-8";
+
+#if 0
const char kCodepageUTF16BE[] = "UTF-16BE";
Nico 2015/01/20 22:45:33 likewise. we shouldn't have if 0 blocks checked in
Lei Zhang 2015/01/20 22:51:46 How about I add a comment? // The other possible
Nico 2015/01/20 22:54:06 sgtm
Lei Zhang 2015/01/20 23:03:56 Done.
const char kCodepageUTF16LE[] = "UTF-16LE";
+#endif
} // namespace base

Powered by Google App Engine
This is Rietveld 408576698