Index: chrome/browser/ui/cocoa/tabs/tab_window_controller.h |
diff --git a/chrome/browser/ui/cocoa/tabs/tab_window_controller.h b/chrome/browser/ui/cocoa/tabs/tab_window_controller.h |
index 9cbe6698a1d4fc855eb6cbc2d913d5893928325e..0a5f72420f650ff38bf76734c2d258e8d48942ed 100644 |
--- a/chrome/browser/ui/cocoa/tabs/tab_window_controller.h |
+++ b/chrome/browser/ui/cocoa/tabs/tab_window_controller.h |
@@ -154,15 +154,6 @@ |
// during a drag. |
- (void)deferPerformClose; |
-// The tab strip should always be inserted directly above the content view. |
-- (void)insertTabStripView:(NSView*)tabStripView intoWindow:(NSWindow*)window; |
- |
-// The tab strip background view should always be inserted as the back-most |
-// subview of the root view. It cannot be a subview of the contentView, as that |
-// would cause it to become layer backed, which would cause it to draw on top |
-// of non-layer backed content like the window controls. |
-- (void)insertTabStripBackgroundViewIntoWindow:(NSWindow*)window; |
- |
@end |
@interface TabWindowController(ProtectedMethods) |