| 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 31116d4f1b1a3370dfabfe9c0bca767f58a50207..3019bb78cd0b87aa262807a0ab9363ccc0029fa6 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_cocoa.mm
|
| +++ b/chrome/browser/ui/cocoa/browser_window_cocoa.mm
|
| @@ -579,6 +579,9 @@ bool BrowserWindowCocoa::IsInstantTabShowing() {
|
| return [controller_ isInstantTabShowing];
|
| }
|
|
|
| +void BrowserWindowCocoa::SetInstantHasCustomLogo(bool custom_logo) {
|
| +}
|
| +
|
| WindowOpenDisposition BrowserWindowCocoa::GetDispositionForPopupBounds(
|
| const gfx::Rect& bounds) {
|
| // In Lion fullscreen mode, convert popups into tabs.
|
|
|