| Index: chrome/browser/ui/views/toolbar/toolbar_action_view.cc
|
| diff --git a/chrome/browser/ui/views/toolbar/toolbar_action_view.cc b/chrome/browser/ui/views/toolbar/toolbar_action_view.cc
|
| index 38ee8f7031617288e34d5c38579da780da063eaa..8abbc09f1296779eefdbbab1f729a5adfb804c7f 100644
|
| --- a/chrome/browser/ui/views/toolbar/toolbar_action_view.cc
|
| +++ b/chrome/browser/ui/views/toolbar/toolbar_action_view.cc
|
| @@ -176,7 +176,6 @@ void ToolbarActionView::OnMenuClosed() {
|
| menu_ = nullptr;
|
| view_controller_->OnContextMenuClosed();
|
| menu_adapter_.reset();
|
| - ink_drop_delegate()->OnAction(views::InkDropState::DEACTIVATED);
|
| }
|
|
|
| gfx::ImageSkia ToolbarActionView::GetIconForTest() {
|
| @@ -298,7 +297,6 @@ void ToolbarActionView::DoShowContextMenu(
|
| delegate_->GetOverflowReferenceView()->GetWidget() :
|
| GetWidget();
|
|
|
| - ink_drop_delegate()->OnAction(views::InkDropState::ACTIVATED);
|
| // Unretained() is safe here as ToolbarActionView will always outlive the
|
| // menu. Any action that would lead to the deletion of |this| first triggers
|
| // the closing of the menu through lost capture.
|
|
|