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/clean/chrome/browser/ui/tab_grid/tab_grid_tab_cell.h

Issue 2716773003: Revert "Revert of [tab_grid] Hack-in border for active tab. (patchset #5 id:80001 of https://codere… (Closed)
Patch Set: Fix cell refresh logic. 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/clean/chrome/browser/ui/tab_grid/tab_grid_tab_cell.h
diff --git a/ios/clean/chrome/browser/ui/tab_grid/tab_grid_tab_cell.h b/ios/clean/chrome/browser/ui/tab_grid/tab_grid_tab_cell.h
index c42d8ed97efa9fd7c6560d78a4c163a05de65f2a..cc9dc5fe0409869714e0f8dfc3a2e8c08f086b1c 100644
--- a/ios/clean/chrome/browser/ui/tab_grid/tab_grid_tab_cell.h
+++ b/ios/clean/chrome/browser/ui/tab_grid/tab_grid_tab_cell.h
@@ -11,12 +11,13 @@
#import <UIKit/UIKit.h>
-// Placeholder cell implementation for use in the tab grid.
-// A square cell with rounded corners and a label placed in the center.
-@interface TabGridTabCell : UICollectionViewCell
+#import "ios/chrome/browser/ui/tab_switcher/tab_switcher_panel_cell.h"
-// The label in the center of the tab cell.
-@property(nonatomic, readonly) UILabel* label;
+// Cell represents a tab for use in the tab grid. It has a title, favicon,
+// screenshot image, and close button. Cell selection is represented by a border
+// highlight in the tintColor.
+// PLACEHOLDER: Create custom implemementation rather than subclassing.
+@interface TabGridTabCell : TabSwitcherLocalSessionCell
@end

Powered by Google App Engine
This is Rietveld 408576698