| 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 a029c04b97aeea7186e68359aca3ccaf3eae24c7..efb4657fcb8e2b5c2d30e910074f81efb171c727 100644
|
| --- a/chrome/browser/ui/views/tabs/tab.cc
|
| +++ b/chrome/browser/ui/views/tabs/tab.cc
|
| @@ -761,7 +761,7 @@ void Tab::AnimationEnded(const gfx::Animation* animation) {
|
| }
|
|
|
| ////////////////////////////////////////////////////////////////////////////////
|
| -// Tab, views::ButtonListener overrides:
|
| +// Tab, views::ImageButtonDelegate overrides:
|
|
|
| void Tab::ButtonPressed(views::Button* sender, const ui::Event& event) {
|
| if (!alert_indicator_button_ || !alert_indicator_button_->visible())
|
|
|