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

Unified Diff: chrome/browser/ui/cocoa/toolbar/app_toolbar_button.h

Issue 2139573003: [Material][Mac] Change the "Low Severity" App Menu Icon Color to Green (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 5 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 | « no previous file | chrome/browser/ui/cocoa/toolbar/app_toolbar_button.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/toolbar/app_toolbar_button.h
diff --git a/chrome/browser/ui/cocoa/toolbar/app_toolbar_button.h b/chrome/browser/ui/cocoa/toolbar/app_toolbar_button.h
index e2e0c91e040a62886688cf8eba441f885dadefd5..380de464b81869b998b3a9b5b4043f801fdd7b7b 100644
--- a/chrome/browser/ui/cocoa/toolbar/app_toolbar_button.h
+++ b/chrome/browser/ui/cocoa/toolbar/app_toolbar_button.h
@@ -10,6 +10,7 @@
#include <memory>
#import "chrome/browser/ui/cocoa/menu_button.h"
+#include "chrome/browser/ui/toolbar/app_menu_icon_controller.h"
#include "chrome/browser/ui/toolbar/app_menu_icon_painter.h"
class AppMenuButtonIconPainterDelegateMac;
@@ -19,9 +20,11 @@ class AppMenuButtonIconPainterDelegateMac;
@private
std::unique_ptr<AppMenuButtonIconPainterDelegateMac> delegate_;
AppMenuIconPainter::Severity severity_;
+ AppMenuIconController::IconType type_;
}
- (void)setSeverity:(AppMenuIconPainter::Severity)severity
+ iconType:(AppMenuIconController::IconType)iconType
shouldAnimate:(BOOL)shouldAnimate;
@end
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/toolbar/app_toolbar_button.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698