Index: build/build_config.h |
diff --git a/build/build_config.h b/build/build_config.h |
index 99e0dc91479fbfcd9ce7b70d141e9bdb50a27432..462518d26d6d5988ad6533e864c5674c8de31cad 100644 |
--- a/build/build_config.h |
+++ b/build/build_config.h |
@@ -142,12 +142,6 @@ |
#define WCHAR_T_IS_UNSIGNED 0 |
#endif |
-#if defined(OS_CHROMEOS) |
-// Single define to trigger whether CrOS fonts have BCI on. |
-// In that case font sizes/deltas should be adjusted. |
-//define CROS_FONTS_USING_BCI |
-#endif |
- |
#if defined(OS_ANDROID) |
// The compiler thinks std::string::const_iterator and "const char*" are |
// equivalent types. |