| Index: chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.cc b/chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| index 0b42f32719a1373342d109326319f822551a064f..bfcb98099b9647a079b38c50a028b007f293895d 100644
|
| --- a/chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| +++ b/chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| @@ -130,7 +130,8 @@ void LocationBarView::Init() {
|
| ResourceBundle::BaseFont);
|
| } else {
|
| // Use a larger version of the system font.
|
| - font_ = font_.DeriveFont(3);
|
| + font_ = ResourceBundle::GetSharedInstance().GetFont(
|
| + ResourceBundle::MediumFont);
|
| }
|
|
|
| // If this makes the font too big, try to make it smaller so it will fit.
|
|
|