| Index: ios/chrome/browser/ui/tab_switcher/tab_switcher_panel_cell.h
|
| diff --git a/ios/chrome/browser/ui/tab_switcher/tab_switcher_panel_cell.h b/ios/chrome/browser/ui/tab_switcher/tab_switcher_panel_cell.h
|
| index 7dbd0cf08b7c0f891788522db7c23adf08904798..ca03cc626d7f9e866131bdb21565f3f28429cfb4 100644
|
| --- a/ios/chrome/browser/ui/tab_switcher/tab_switcher_panel_cell.h
|
| +++ b/ios/chrome/browser/ui/tab_switcher/tab_switcher_panel_cell.h
|
| @@ -44,6 +44,7 @@ CGFloat tabSwitcherLocalSessionCellTopBarHeight();
|
| @property(nonatomic, readonly) UIView* topBar;
|
|
|
| // Sets the cell's appearance using information in |tab|.
|
| +// The delegate needs to be set before calling this method.
|
| - (void)setAppearanceForTab:(Tab*)tab cellSize:(CGSize)cellSize;
|
| // Sets the cell's appearance depending on |type|.
|
| - (void)setSessionType:(TabSwitcherSessionType)type;
|
|
|