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

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

Issue 2374803002: Remove a bunch of pre-MD toolbar code and assets. (Closed)
Patch Set: fix mac? Created 4 years, 3 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/app_toolbar_button_cell.h
diff --git a/chrome/browser/ui/cocoa/toolbar/app_toolbar_button_cell.h b/chrome/browser/ui/cocoa/toolbar/app_toolbar_button_cell.h
index cf3273e9212e9b36f61d4c042274437cc29624e4..b8ffa69fdb2334136657f44a22395924f9347c10 100644
--- a/chrome/browser/ui/cocoa/toolbar/app_toolbar_button_cell.h
+++ b/chrome/browser/ui/cocoa/toolbar/app_toolbar_button_cell.h
@@ -10,21 +10,13 @@
#include <memory>
#import "chrome/browser/ui/cocoa/clickhold_button_cell.h"
-#include "chrome/browser/ui/toolbar/app_menu_icon_painter.h"
-class AppMenuIconPainterDelegateMac;
// Cell for the app toolbar button. This is used to draw the app menu icon
// and paint severity levels.
@interface AppToolbarButtonCell : ClickHoldButtonCell {
- @private
- std::unique_ptr<AppMenuIconPainter> iconPainter_;
- std::unique_ptr<AppMenuIconPainterDelegateMac> delegate_;
}
-- (void)setSeverity:(AppMenuIconPainter::Severity)severity
- shouldAnimate:(BOOL)shouldAnimate;
-
@end
#endif // CHROME_BROWSER_UI_COCOA_TOOLBAR_APP_TOOLBAR_BUTTON_CELL_H_

Powered by Google App Engine
This is Rietveld 408576698