| Index: chrome/browser/ui/views/toolbar/browser_actions_container.cc
|
| diff --git a/chrome/browser/ui/views/toolbar/browser_actions_container.cc b/chrome/browser/ui/views/toolbar/browser_actions_container.cc
|
| index 5b85e511cf8b7f77cc4519180f979fc83c0e05f1..b774a5d73c5a8673950ff7e7da5dd1269ed86abb 100644
|
| --- a/chrome/browser/ui/views/toolbar/browser_actions_container.cc
|
| +++ b/chrome/browser/ui/views/toolbar/browser_actions_container.cc
|
| @@ -450,8 +450,8 @@ void BrowserActionsContainer::AnimationEnded(const gfx::Animation* animation) {
|
| container_width_ = animation_target_size_;
|
| animation_target_size_ = 0;
|
| resize_amount_ = 0;
|
| - OnBrowserActionVisibilityChanged();
|
| suppress_chevron_ = false;
|
| + OnBrowserActionVisibilityChanged();
|
| }
|
|
|
| void BrowserActionsContainer::NotifyMenuDeleted(
|
|
|