| Index: ios/chrome/browser/ui/tab_switcher/tab_switcher_panel_controller.h
|
| diff --git a/ios/chrome/browser/ui/tab_switcher/tab_switcher_panel_controller.h b/ios/chrome/browser/ui/tab_switcher/tab_switcher_panel_controller.h
|
| index 402f74c6ca8a784c36281bfc1ef9c35f56cfb71e..c5b5ba2a39b6bb019cb5bd45977d3ee952d104b5 100644
|
| --- a/ios/chrome/browser/ui/tab_switcher/tab_switcher_panel_controller.h
|
| +++ b/ios/chrome/browser/ui/tab_switcher/tab_switcher_panel_controller.h
|
| @@ -52,13 +52,13 @@ class ChromeBrowserState;
|
|
|
| @property(nonatomic, readonly) TabSwitcherPanelView* view;
|
| @property(nonatomic, assign) id<TabSwitcherPanelControllerDelegate> delegate;
|
| -@property(nonatomic, readonly) ios_internal::SessionType sessionType;
|
| +@property(nonatomic, readonly) SessionType sessionType;
|
|
|
| // Initializes a controller for a view showing local tabs. |offTheRecord|
|
| // determines whether the tabs will be shown for the incognito browser state or
|
| // not. |model| is used to populate the view and must not be nil.
|
| - (instancetype)initWithModel:(TabSwitcherModel*)model
|
| - forLocalSessionOfType:(ios_internal::SessionType)type
|
| + forLocalSessionOfType:(SessionType)type
|
| withCache:(TabSwitcherCache*)cache
|
| browserState:(ios::ChromeBrowserState*)browserState;
|
|
|
|
|