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

Unified Diff: ios/clean/chrome/browser/ui/actions/tab_strip_actions.h

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 | « no previous file | ios/clean/chrome/browser/ui/commands/tab_strip_commands.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/clean/chrome/browser/ui/actions/tab_strip_actions.h
diff --git a/ios/clean/chrome/browser/ui/actions/tab_strip_actions.h b/ios/clean/chrome/browser/ui/actions/tab_strip_actions.h
index 511a968858d1c6e6b96d22daaf71e57ed539c077..f62cf65f0cdd8d835a073ce32cbdf1ab11ee3da9 100644
--- a/ios/clean/chrome/browser/ui/actions/tab_strip_actions.h
+++ b/ios/clean/chrome/browser/ui/actions/tab_strip_actions.h
@@ -10,8 +10,6 @@
// Target/Action methods relating to the tab strip.
@protocol TabStripActions
@optional
-// Shows the tab strip.
-- (void)showTabStrip:(id)sender;
// Hides the tab strip.
- (void)hideTabStrip:(id)sender;
@end
« no previous file with comments | « no previous file | ios/clean/chrome/browser/ui/commands/tab_strip_commands.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698