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

Unified Diff: chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.mm

Issue 15014007: Instant Extended: Use Helvetica Neue (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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/ui/cocoa/omnibox/omnibox_view_mac.mm
diff --git a/chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.mm b/chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.mm
index 0194b7d97900163f52e01e5d36124ca9a1b9d456..cc51ac762c65fe2ee7d5a603c681d18e9bbad9f3 100644
--- a/chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.mm
+++ b/chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.mm
@@ -965,7 +965,7 @@ void OmniboxViewMac::FocusLocation(bool select_all) {
NSFont* OmniboxViewMac::GetFieldFont() {
// This value should be kept in sync with InstantPage::InitializeFonts.
if (chrome::IsInstantExtendedAPIEnabled())
- return [NSFont fontWithName:@"Helvetica" size:16];
+ return [NSFont fontWithName:@"Arial" size:16];
ResourceBundle& rb = ResourceBundle::GetSharedInstance();
return rb.GetFont(ResourceBundle::BaseFont).GetNativeFont();

Powered by Google App Engine
This is Rietveld 408576698