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

Unified Diff: ios/clean/chrome/browser/ui/tab_grid/tab_grid_toolbar.h

Issue 2810603002: [ios clean] Adds ToolsMenu to TabGrid (Closed)
Patch Set: Rebase Created 3 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: ios/clean/chrome/browser/ui/tab_grid/tab_grid_toolbar.h
diff --git a/ios/clean/chrome/browser/ui/tab_grid/tab_grid_toolbar.h b/ios/clean/chrome/browser/ui/tab_grid/tab_grid_toolbar.h
index 723ad3834866e6745f2393e3bd7357a77fe6f917..46ecd39a76bcc5c7c6d3608cfa5aa0146b5f6eff 100644
--- a/ios/clean/chrome/browser/ui/tab_grid/tab_grid_toolbar.h
+++ b/ios/clean/chrome/browser/ui/tab_grid/tab_grid_toolbar.h
@@ -7,12 +7,14 @@
#import <UIKit/UIKit.h>
+#import "ios/clean/chrome/browser/ui/animators/zoom_transition_delegate.h"
+
// The toolbar in the tab grid, which has a done button, incognito button, and
// an overflow menu button. The toolbar has an intrinsic height, and its buttons
// are anchored to the bottom of the toolbar, should the parent set a larger
// frame on the toolbar. The toolbar has a dark blur visual effect as the
// background.
-@interface TabGridToolbar : UIView
+@interface TabGridToolbar : UIView<ZoomTransitionDelegate>
@end
#endif // IOS_CLEAN_CHROME_BROWSER_UI_TAB_GRID_TAB_GRID_TOOLBAR_H_

Powered by Google App Engine
This is Rietveld 408576698