Index: chrome/browser/ui/cocoa/tab_controller.h |
=================================================================== |
--- chrome/browser/ui/cocoa/tab_controller.h (revision 68959) |
+++ chrome/browser/ui/cocoa/tab_controller.h (working copy) |
@@ -51,7 +51,6 @@ |
BOOL selected_; |
TabLoadingState loadingState_; |
CGFloat iconTitleXOffset_; // between left edges of icon and title |
- CGFloat titleCloseWidthOffset_; // between right edges of icon and close btn. |
id<TabControllerTarget> target_; // weak, where actions are sent |
SEL action_; // selector sent when tab is selected by clicking |
scoped_ptr<TabMenuModel> contextMenuModel_; |
@@ -108,6 +107,8 @@ |
- (int)iconCapacity; |
- (BOOL)shouldShowIcon; |
- (BOOL)shouldShowCloseButton; |
+- (NSTextField*)titleView; |
viettrungluu
2010/12/14 00:19:50
Maybe we should just use |@property|s for these?
sail
2010/12/14 01:59:53
Done.
|
+- (HoverCloseButton*)closeButton; |
@end // TabController(TestingAPI) |
#endif // CHROME_BROWSER_UI_COCOA_TAB_CONTROLLER_H_ |