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

Unified Diff: ios/chrome/browser/ui/tab_switcher/tab_switcher_panel_cell.h

Issue 2631233002: Fix the order in which the iOS Tab Switcher cells are initialized. (Closed)
Patch Set: Addressed comments. Created 3 years, 11 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/chrome/browser/ui/tab_switcher/tab_switcher_panel_cell.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | ios/chrome/browser/ui/tab_switcher/tab_switcher_panel_cell.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698