| Index: chrome/browser/cocoa/tab_controller.h
|
| ===================================================================
|
| --- chrome/browser/cocoa/tab_controller.h (revision 24707)
|
| +++ chrome/browser/cocoa/tab_controller.h (working copy)
|
| @@ -35,8 +35,8 @@
|
|
|
| @interface TabController : NSViewController {
|
| @private
|
| + IBOutlet NSButton* backgroundButton_;
|
| IBOutlet NSView* iconView_;
|
| - IBOutlet NSTextField* titleView_;
|
| IBOutlet NSMenu* contextMenu_;
|
| IBOutlet NSButton* closeButton_;
|
|
|
| @@ -74,8 +74,6 @@
|
| - (void)setIconView:(NSView*)iconView;
|
| - (NSView*)iconView;
|
|
|
| -// (Re)apply the current theme.
|
| -- (void)applyTheme;
|
| @end
|
|
|
| @interface TabController(TestingAPI)
|
|
|