| Index: chrome/browser/ui/views/location_bar/star_view.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/location_bar/star_view.cc (revision 151481)
|
| +++ chrome/browser/ui/views/location_bar/star_view.cc (working copy)
|
| @@ -62,7 +62,7 @@
|
| command_updater_->ExecuteCommand(IDC_BOOKMARK_PAGE);
|
| }
|
|
|
| -ui::GestureStatus StarView::OnGestureEvent(const views::GestureEvent& event) {
|
| +ui::GestureStatus StarView::OnGestureEvent(const ui::GestureEvent& event) {
|
| if (event.type() == ui::ET_GESTURE_TAP) {
|
| command_updater_->ExecuteCommand(IDC_BOOKMARK_PAGE);
|
| return ui::GESTURE_STATUS_CONSUMED;
|
|
|