| Index: chrome/browser/ui/views/location_bar/page_action_with_badge_view.cc
|
| diff --git a/chrome/browser/ui/views/location_bar/page_action_with_badge_view.cc b/chrome/browser/ui/views/location_bar/page_action_with_badge_view.cc
|
| index 821119a7b6586402807654210fde684991668e14..b9445f44daf8495604dea79d3c038585174e01a5 100644
|
| --- a/chrome/browser/ui/views/location_bar/page_action_with_badge_view.cc
|
| +++ b/chrome/browser/ui/views/location_bar/page_action_with_badge_view.cc
|
| @@ -14,6 +14,7 @@ PageActionWithBadgeView::PageActionWithBadgeView(
|
| PageActionImageView* image_view) {
|
| image_view_ = image_view;
|
| AddChildView(image_view_);
|
| + TouchableLocationBarViewBase::Init();
|
| }
|
|
|
| void PageActionWithBadgeView::GetAccessibleState(
|
|
|