| Index: chrome/browser/ui/cocoa/browser_window_cocoa.mm
|
| diff --git a/chrome/browser/ui/cocoa/browser_window_cocoa.mm b/chrome/browser/ui/cocoa/browser_window_cocoa.mm
|
| index 016a4ed862ba7252838c1a48e138fc30cd7e8a4e..a83ed0af6f507cee524050cc669899d80faf8b86 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_cocoa.mm
|
| +++ b/chrome/browser/ui/cocoa/browser_window_cocoa.mm
|
| @@ -576,6 +576,10 @@ gfx::Rect BrowserWindowCocoa::GetInstantBounds() {
|
| return bounds;
|
| }
|
|
|
| +bool BrowserWindowCocoa::IsInstantTabShowing() {
|
| + return [controller_ isInstantTabShowing];
|
| +}
|
| +
|
| WindowOpenDisposition BrowserWindowCocoa::GetDispositionForPopupBounds(
|
| const gfx::Rect& bounds) {
|
| // In Lion fullscreen mode, convert popups into tabs.
|
|
|