| Index: chrome/browser/views/location_bar/icon_label_bubble_view.cc
|
| diff --git a/chrome/browser/views/location_bar/icon_label_bubble_view.cc b/chrome/browser/views/location_bar/icon_label_bubble_view.cc
|
| index 729c9a17cf2b833d9abee0c56bce47d0a5c6a69f..4e92ac085b9ebf2eb4d9e7482c7c3eae3ccab282 100644
|
| --- a/chrome/browser/views/location_bar/icon_label_bubble_view.cc
|
| +++ b/chrome/browser/views/location_bar/icon_label_bubble_view.cc
|
| @@ -43,6 +43,10 @@ void IconLabelBubbleView::SetLabel(const std::wstring& label) {
|
| label_->SetText(label);
|
| }
|
|
|
| +void IconLabelBubbleView::SetImage(const SkBitmap& bitmap) {
|
| + image_->SetImage(bitmap);
|
| +}
|
| +
|
| void IconLabelBubbleView::Paint(gfx::Canvas* canvas) {
|
| int y_offset = (GetParent()->height() - height()) / 2;
|
| canvas->TranslateInt(0, y_offset);
|
|
|