| Index: chrome/browser/ui/views/tabs/tab.cc
|
| diff --git a/chrome/browser/ui/views/tabs/tab.cc b/chrome/browser/ui/views/tabs/tab.cc
|
| index 3da5cd70530f9c9ca0cef8c232b9ef73d776a9ed..7c1262c79c8fd33eaaa2971c442fc08f7c5c0ad9 100644
|
| --- a/chrome/browser/ui/views/tabs/tab.cc
|
| +++ b/chrome/browser/ui/views/tabs/tab.cc
|
| @@ -571,6 +571,10 @@ bool Tab::IsActive() const {
|
| }
|
|
|
| void Tab::ActiveStateChanged() {
|
| + // The pinned tab title changed indicator is only shown for inactive tabs.
|
| + // When transitioning between active and inactive always reset the state
|
| + // to enforce that.
|
| + SetPinnedTabTitleChangedIndicatorVisible(false);
|
| OnButtonColorMaybeChanged();
|
| alert_indicator_button_->UpdateEnabledForMuteToggle();
|
| Layout();
|
|
|