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 de2bc3cc6563bbf699c1ba9cdcec3c70acf45fb0..47465449267904ff0e02b9f3af181ba3caa8d70f 100644 |
--- a/chrome/browser/ui/cocoa/location_bar/location_bar_decoration.mm |
+++ b/chrome/browser/ui/cocoa/location_bar/location_bar_decoration.mm |
@@ -71,7 +71,7 @@ NSMenu* LocationBarDecoration::GetMenu() { |
NSFont* LocationBarDecoration::GetFont() const { |
if (chrome::IsInstantExtendedAPIEnabled()) |
- return [NSFont fontWithName:@"Helvetica" size:15]; |
+ return [NSFont fontWithName:@"Arial" size:15]; |
Scott Hess - ex-Googler
2013/05/07 18:30:11
While you're here, why not:
[NSFont fontWithDescr
|
ResourceBundle& rb = ResourceBundle::GetSharedInstance(); |
return rb.GetFont(ResourceBundle::BaseFont).GetNativeFont(); |
} |