Chromium Code Reviews| Index: chrome/browser/ui/views/location_bar/ev_bubble_view.cc |
| diff --git a/chrome/browser/ui/views/location_bar/ev_bubble_view.cc b/chrome/browser/ui/views/location_bar/ev_bubble_view.cc |
| index 1ff9e81d482ce8bdb3f67f2c9468b21ccdde4d7f..689b4a0c300fbb5a9387ddad03839812ca0ec6b7 100644 |
| --- a/chrome/browser/ui/views/location_bar/ev_bubble_view.cc |
| +++ b/chrome/browser/ui/views/location_bar/ev_bubble_view.cc |
| @@ -6,20 +6,16 @@ |
| #include "grit/theme_resources.h" |
| #include "ui/views/painter.h" |
| - |
|
Peter Kasting
2013/10/21 23:29:22
Nit: Leave this and the other blank line below tha
Yuki
2013/10/22 06:13:35
Done.
|
| namespace { |
| const int kBackgroundImages[] = IMAGE_GRID(IDR_OMNIBOX_EV_BUBBLE); |
| } |
| - |
| 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_list, font_y_offset, text_color, |
| - parent_background_color, true), |
| + font_list, text_color, parent_background_color, true), |
| page_info_helper_(this, location_bar) { |
| } |