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

Unified Diff: chrome/browser/ui/views/wrench_toolbar_button.h

Issue 14245003: Wrench Icon: Only animate low severity status once (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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
« no previous file with comments | « chrome/browser/ui/views/toolbar_view.cc ('k') | chrome/browser/ui/views/wrench_toolbar_button.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/wrench_toolbar_button.h
diff --git a/chrome/browser/ui/views/wrench_toolbar_button.h b/chrome/browser/ui/views/wrench_toolbar_button.h
index bd6efe26c3222c24f74af7979fe27ee7dbf25b55..e7855942136f9729f057548d7f2bf89d9987bef9 100644
--- a/chrome/browser/ui/views/wrench_toolbar_button.h
+++ b/chrome/browser/ui/views/wrench_toolbar_button.h
@@ -14,7 +14,7 @@ class WrenchToolbarButton : public views::MenuButton,
explicit WrenchToolbarButton(views::MenuButtonListener* menu_button_listener);
virtual ~WrenchToolbarButton();
- void SetSeverity(WrenchIconPainter::Severity severity);
+ void SetSeverity(WrenchIconPainter::Severity severity, bool animate);
private:
// views::MenuButton:
« no previous file with comments | « chrome/browser/ui/views/toolbar_view.cc ('k') | chrome/browser/ui/views/wrench_toolbar_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698