| Index: chrome/browser/ui/views/location_bar/icon_label_bubble_view.h
|
| diff --git a/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h b/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h
|
| index 912182928076c08efc8b0b81e4eecc348610f3d0..19c14a5456d05c4e06eba44c9a9b8f9eb37ebbe5 100644
|
| --- a/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h
|
| @@ -28,14 +28,12 @@ class Painter;
|
| // tab-to-search UI.
|
| class IconLabelBubbleView : public views::View {
|
| public:
|
| - // The label will be positioned |font_y_offset| px. from the top of the view.
|
| // |hover_background_images| is an optional set of images to be used in place
|
| // of |background_images| during mouse hover.
|
| IconLabelBubbleView(const int background_images[],
|
| const int hover_background_images[],
|
| int contained_image,
|
| const gfx::FontList& font_list,
|
| - int font_y_offset,
|
| SkColor text_color,
|
| SkColor parent_background_color,
|
| bool elide_in_middle);
|
|
|