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

Unified Diff: chrome/browser/chromeos/login/helper.h

Issue 10828336: chromeos: Remove CROS_FONTS_USING_BCI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update media_galleries_dialog_views.cc Created 8 years, 4 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: chrome/browser/chromeos/login/helper.h
diff --git a/chrome/browser/chromeos/login/helper.h b/chrome/browser/chromeos/login/helper.h
index 0de800019edf87d84abc6bcf079fe0fbb06f5668..f0646bc421616c0838c784971567ff1a9e50bfd6 100644
--- a/chrome/browser/chromeos/login/helper.h
+++ b/chrome/browser/chromeos/login/helper.h
@@ -82,21 +82,12 @@ const int kUserCornerRadius = 6;
} // namespace login
// Font size correction in pixels for login/oobe controls.
-#if defined(CROS_FONTS_USING_BCI)
-const int kFontSizeCorrectionDelta = 1;
-const int kNetworkSelectionLabelFontDelta = 1;
-const int kSelectedUsernameFontDelta = 1;
-const int kUnselectedUsernameFontDelta = 1;
-const int kWelcomeTitleFontDelta = 8;
-const int kLoginTitleFontDelta = 3;
-#else
const int kFontSizeCorrectionDelta = 2;
const int kNetworkSelectionLabelFontDelta = 1;
const int kSelectedUsernameFontDelta = 1;
const int kUnselectedUsernameFontDelta = 2;
const int kWelcomeTitleFontDelta = 9;
const int kLoginTitleFontDelta = 4;
-#endif
} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698