Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6086)

Unified Diff: chrome/browser/ui/views/tabs/tab.cc

Issue 2744463002: Add VectorIconButton functionality to ImageButton. (Closed)
Patch Set: fix cros build Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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())

Powered by Google App Engine
This is Rietveld 408576698