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

Unified Diff: ios/chrome/browser/ui/toolbar/toolbar_tools_menu_button.h

Issue 2934463002: [iOS] Add experimental new keyboard accessory view. (Closed)
Patch Set: Rebased. Created 3 years, 6 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: ios/chrome/browser/ui/toolbar/toolbar_tools_menu_button.h
diff --git a/ios/chrome/browser/ui/toolbar/toolbar_tools_menu_button.h b/ios/chrome/browser/ui/toolbar/toolbar_tools_menu_button.h
index 6a88fdb779686bf7f9e4485862032b3c975c78fe..12e5a8d2debd29b086dc7b8a9f9c1dbd9baeb8e0 100644
--- a/ios/chrome/browser/ui/toolbar/toolbar_tools_menu_button.h
+++ b/ios/chrome/browser/ui/toolbar/toolbar_tools_menu_button.h
@@ -7,14 +7,14 @@
#import <UIKit/UIKit.h>
-#import "ios/chrome/browser/ui/fancy_ui/tinted_button.h"
+#import "ios/chrome/browser/ui/fancy_ui/colored_button.h"
#import "ios/chrome/browser/ui/toolbar/toolbar_controller.h"
-// TintedButton specialization that updates the tint color when the tools menu
+// ColoredButton specialization that updates the tint color when the tools menu
// is visible or when the reading list associated with |readingListModel|
// contains unread items.
// Draws and animates the icon of the button using UIBezierPaths.
-@interface ToolbarToolsMenuButton : TintedButton
+@interface ToolbarToolsMenuButton : ColoredButton
// Initializes and returns a newly allocated TintedButton with the specified
// |frame| and the |style| of the toolbar it belongs to.

Powered by Google App Engine
This is Rietveld 408576698