| 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;
|
|
|