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

Unified Diff: chrome/browser/ui/views/location_bar/ev_bubble_view.cc

Issue 23537056: Fix typo leading to the use of the wrong font in location bar bubbles. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 3 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/views/location_bar/ev_bubble_view.cc
===================================================================
--- chrome/browser/ui/views/location_bar/ev_bubble_view.cc (revision 223497)
+++ chrome/browser/ui/views/location_bar/ev_bubble_view.cc (working copy)
@@ -12,13 +12,13 @@
}
-EVBubbleView::EVBubbleView(const gfx::Font& font,
+EVBubbleView::EVBubbleView(const gfx::FontList& font_list,
int font_y_offset,
SkColor text_color,
SkColor parent_background_color,
LocationBarView* location_bar)
: IconLabelBubbleView(kBackgroundImages, NULL, IDR_OMNIBOX_HTTPS_VALID,
- font, font_y_offset, text_color,
+ font_list, font_y_offset, text_color,
parent_background_color, true),
page_info_helper_(this, location_bar) {
}
« no previous file with comments | « chrome/browser/ui/views/location_bar/ev_bubble_view.h ('k') | chrome/browser/ui/views/location_bar/icon_label_bubble_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698