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

Unified Diff: ios/clean/chrome/browser/ui/tab_strip/tab_strip_toolbar.mm

Issue 2940853003: [ios clean] Use dispatcher for showing TabStrip (Closed)
Patch Set: Refactors ToolbarVC init 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
« no previous file with comments | « ios/clean/chrome/browser/ui/tab/tab_coordinator.mm ('k') | ios/clean/chrome/browser/ui/toolbar/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/clean/chrome/browser/ui/tab_strip/tab_strip_toolbar.mm
diff --git a/ios/clean/chrome/browser/ui/tab_strip/tab_strip_toolbar.mm b/ios/clean/chrome/browser/ui/tab_strip/tab_strip_toolbar.mm
index 0f76625e3eb894306e4d1533ce0f511bb1a00b19..1854300e779f2eed51e57f46ea52441ed9aa1e46 100644
--- a/ios/clean/chrome/browser/ui/tab_strip/tab_strip_toolbar.mm
+++ b/ios/clean/chrome/browser/ui/tab_strip/tab_strip_toolbar.mm
@@ -49,6 +49,7 @@ CGFloat kSpacing = 10.0f;
UIButton* button = [UIButton buttonWithType:UIButtonTypeSystem];
[button setImage:[ChromeIcon closeIcon] forState:UIControlStateNormal];
[button setTintColor:[UIColor whiteColor]];
+ // TODO(crbug.com/733453): Use dispatcher instead of responder chain.
[button addTarget:nil
action:@selector(hideTabStrip:)
forControlEvents:UIControlEventTouchUpInside];
« no previous file with comments | « ios/clean/chrome/browser/ui/tab/tab_coordinator.mm ('k') | ios/clean/chrome/browser/ui/toolbar/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698