diff options
author | rohitrao@chromium.org <rohitrao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-05 14:57:56 +0000 |
---|---|---|
committer | rohitrao@chromium.org <rohitrao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-05 14:57:56 +0000 |
commit | 0f54231d9c2df3a6ed07ecd97886af8d28705df5 (patch) | |
tree | a1c624956db172d4933fda182a33c31e55d4627e /chrome/browser/cocoa/tab_window_controller.h | |
parent | 8643163bd70d444b192e544616add93e46113d12 (diff) | |
download | chromium_src-0f54231d9c2df3a6ed07ecd97886af8d28705df5.zip chromium_src-0f54231d9c2df3a6ed07ecd97886af8d28705df5.tar.gz chromium_src-0f54231d9c2df3a6ed07ecd97886af8d28705df5.tar.bz2 |
[Mac] Insert views into the proper place in the view hierarchy when tearing off tabs.
BUG=http://crbug.com/19320
BUG=http://crbug.com/23407
BUG=http://crbug.com/20555
TEST=Tearing off a tab with an open infobar should not show a blank transparent space. After tearing off a tab, both find in page and fullscreen should work properly.
Review URL: http://codereview.chromium.org/258012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27992 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cocoa/tab_window_controller.h')
-rw-r--r-- | chrome/browser/cocoa/tab_window_controller.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/cocoa/tab_window_controller.h b/chrome/browser/cocoa/tab_window_controller.h index 17c1a543..ed3c23b 100644 --- a/chrome/browser/cocoa/tab_window_controller.h +++ b/chrome/browser/cocoa/tab_window_controller.h @@ -123,11 +123,6 @@ @end @interface TabWindowController(ProtectedMethods) -// A list of all the views that need to move to the overlay window. Subclasses -// can override this to add more things besides the tab strip. Be sure to -// call the superclass' version if overridden. -- (NSArray*)viewsToMoveToOverlay; - // Tells the tab strip to forget about this tab in preparation for it being // put into a different tab strip, such as during a drop on another window. - (void)detachTabView:(NSView*)view; |