| Index: chrome/browser/ui/views/frame/browser_view.cc
|
| diff --git a/chrome/browser/ui/views/frame/browser_view.cc b/chrome/browser/ui/views/frame/browser_view.cc
|
| index 7fb2ea9701ee6b0c4c180dc2654e25bf85b52ec8..230da03ffa6846d5d2d1c77dd8a37b9fb67c11c4 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view.cc
|
| +++ b/chrome/browser/ui/views/frame/browser_view.cc
|
| @@ -1364,6 +1364,10 @@ gfx::Rect BrowserView::GetInstantBounds() {
|
| return contents_->GetPreviewBounds();
|
| }
|
|
|
| +bool BrowserView::IsInstantTabShowing() {
|
| + return preview_container_ != NULL;
|
| +}
|
| +
|
| WindowOpenDisposition BrowserView::GetDispositionForPopupBounds(
|
| const gfx::Rect& bounds) {
|
| #if defined(OS_WIN)
|
|
|