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

Unified Diff: ios/chrome/browser/ui/tabs/tab_strip_controller.h

Issue 2714003003: Remove toggle button code from Tab Strip. (Closed)
Patch Set: Created 3 years, 10 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/tabs/tab_strip_controller.h
diff --git a/ios/chrome/browser/ui/tabs/tab_strip_controller.h b/ios/chrome/browser/ui/tabs/tab_strip_controller.h
index e1d740bd07502999f82dc016e0892d38791f980d..b8ac80e2d69772c25f733ac6a027534eb5d8aa83 100644
--- a/ios/chrome/browser/ui/tabs/tab_strip_controller.h
+++ b/ios/chrome/browser/ui/tabs/tab_strip_controller.h
@@ -34,16 +34,7 @@ extern NSString* const kTabStripDragEnded;
@property(nonatomic, assign) BOOL highlightsSelectedTab;
@property(nonatomic, readonly, retain) UIView* view;
-// YES if the tab strip will display the mode toggle switch. May be set to the
-// same value repeatedly with no layout penalty.
-@property(nonatomic, assign) BOOL hasModeToggleSwitch;
-// YES if the tab strip will display the tab switcher toggle switch. May be set
-// to the same value repeatedly with no layout penalty.
-@property(nonatomic, assign) BOOL hasTabSwitcherToggleSwitch;
-
-// May be nil if there is no mode toggle button.
-@property(nonatomic, readonly, assign) UIButton* modeToggleButton;
// Used to check if the tabstrip is visible before starting an animation.
@property(nonatomic, assign) id<FullScreenControllerDelegate>
fullscreenDelegate;
« no previous file with comments | « ios/chrome/browser/ui/tabs/resources/tabstrip_switch~ipad.png ('k') | ios/chrome/browser/ui/tabs/tab_strip_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698