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

Unified Diff: chrome/browser/cocoa/tab_controller.h

Issue 260009: Several background pattern fixes on the Mac.... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 2 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 | « chrome/browser/cocoa/tab_cell_unittest.mm ('k') | chrome/browser/cocoa/tab_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/tab_controller.h
===================================================================
--- chrome/browser/cocoa/tab_controller.h (revision 28537)
+++ chrome/browser/cocoa/tab_controller.h (working copy)
@@ -64,7 +64,7 @@
+ (float)minSelectedTabWidth;
// The view associated with this controller, pre-casted as a TabView
-- (TabView *)tabView;
+- (TabView*)tabView;
// Closes the associated TabView by relaying the message to |target_| to
// perform the close.
@@ -78,18 +78,17 @@
- (void)setIconView:(NSView*)iconView;
- (NSView*)iconView;
-// (Re)apply the current theme.
-- (void)applyTheme;
-
// Called by the tabs to determine whether we are in rapid (tab) closure mode.
// In this mode, we handle clicks slightly differently due to animation.
// Ideally, tabs would know about their own animation and wouldn't need this.
- (BOOL)inRapidClosureMode;
+// Update the title color to match the tabs current state.
+- (void)updateTitleColor;
@end
@interface TabController(TestingAPI)
-- (NSString *)toolTip;
+- (NSString*)toolTip;
- (int)iconCapacity;
- (BOOL)shouldShowIcon;
- (BOOL)shouldShowCloseButton;
« no previous file with comments | « chrome/browser/cocoa/tab_cell_unittest.mm ('k') | chrome/browser/cocoa/tab_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698