| Index: chrome/browser/ui/cocoa/location_bar/location_bar_decoration.mm
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/location_bar_decoration.mm b/chrome/browser/ui/cocoa/location_bar/location_bar_decoration.mm
|
| index a0bbefd1ba6ee03f81e5392a8295f292bdffd8b0..3a0738e0bd7bb9d3ed862e7bc7c684b08650faf5 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/location_bar_decoration.mm
|
| +++ b/chrome/browser/ui/cocoa/location_bar/location_bar_decoration.mm
|
| @@ -82,7 +82,8 @@ NSMenu* LocationBarDecoration::GetMenu() {
|
| }
|
|
|
| NSFont* LocationBarDecoration::GetFont() const {
|
| - return OmniboxViewMac::GetNormalFieldFont();
|
| + return OmniboxViewMac::GetFieldFont(gfx::Font::NORMAL,
|
| + gfx::Font::Weight::NORMAL);
|
| }
|
|
|
| NSPoint LocationBarDecoration::GetBubblePointInFrame(NSRect frame) {
|
|
|