| Index: chrome/browser/ui/views/location_bar/star_view.cc
|
| diff --git a/chrome/browser/ui/views/location_bar/star_view.cc b/chrome/browser/ui/views/location_bar/star_view.cc
|
| index 1dda0e405d97bc2a03c48936c6f877ece15f4fc2..83fc2aea1a6b3cf91fd01954df430f531d5a8875 100644
|
| --- a/chrome/browser/ui/views/location_bar/star_view.cc
|
| +++ b/chrome/browser/ui/views/location_bar/star_view.cc
|
| @@ -21,6 +21,7 @@ StarView::StarView(CommandUpdater* command_updater)
|
| set_id(VIEW_ID_STAR_BUTTON);
|
| SetToggled(false);
|
| set_accessibility_focusable(true);
|
| + TouchableLocationBarView<StarView>::Init();
|
| }
|
|
|
| StarView::~StarView() {
|
|
|