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

Unified Diff: chrome/browser/ui/cocoa/toolbar/wrench_toolbar_button_cell.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
Index: chrome/browser/ui/cocoa/toolbar/wrench_toolbar_button_cell.h
diff --git a/chrome/browser/ui/cocoa/toolbar/wrench_toolbar_button_cell.h b/chrome/browser/ui/cocoa/toolbar/wrench_toolbar_button_cell.h
index 24bec6d9eb845194812a116e16fb732eeade2e78..26f3615ca90f6f63105ac28ed15351f42bb1e284 100644
--- a/chrome/browser/ui/cocoa/toolbar/wrench_toolbar_button_cell.h
+++ b/chrome/browser/ui/cocoa/toolbar/wrench_toolbar_button_cell.h
@@ -21,7 +21,8 @@ class WrenchIconPainterDelegateMac;
scoped_ptr<WrenchIconPainterDelegateMac> delegate_;
}
-- (void)setSeverity:(WrenchIconPainter::Severity)severity;
+- (void)setSeverity:(WrenchIconPainter::Severity)severity
+ shouldAnimate:(BOOL)shouldAnimate;
@end
« no previous file with comments | « chrome/browser/ui/cocoa/toolbar/toolbar_controller.mm ('k') | chrome/browser/ui/cocoa/toolbar/wrench_toolbar_button_cell.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698