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

Unified Diff: ios/clean/chrome/browser/ui/tab_strip/tab_strip_view_controller.h

Issue 2786893002: [ios] Dispatcher for tab_strip and tab_grid. (Closed)
Patch Set: Update showcase. Created 3 years, 9 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_strip/tab_strip_view_controller.h
diff --git a/ios/clean/chrome/browser/ui/tab_strip/tab_strip_view_controller.h b/ios/clean/chrome/browser/ui/tab_strip/tab_strip_view_controller.h
index 34e062cc55104a3c531cdf503540e6bb9380a108..20776ab79a3c00cc43a8b2678ba44793d7d2245f 100644
--- a/ios/clean/chrome/browser/ui/tab_strip/tab_strip_view_controller.h
+++ b/ios/clean/chrome/browser/ui/tab_strip/tab_strip_view_controller.h
@@ -7,9 +7,13 @@
#import "ios/clean/chrome/browser/ui/tab_collection/tab_collection_view_controller.h"
+@protocol TabStripCommands;
+
// Controller for a scrolling view displaying square cells that represent
// the user's open tabs.
@interface TabStripViewController : TabCollectionViewController
+// Dispatcher to handle commands to open/close tabs.
+@property(nonatomic, weak) id<TabStripCommands> dispatcher;
@end
#endif // IOS_CLEAN_CHROME_BROWSER_UI_TAB_STRIP_TAB_STRIP_VIEW_CONTROLLER_H_

Powered by Google App Engine
This is Rietveld 408576698