| Index: chrome/browser/ui/views/frame/browser_view.h
|
| diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h
|
| index 285c9a6a4d8055b5ef92eb55dd3f44a0cb8f1b5d..d29e01ce8709be3e296a16256197ee7d79a31c0c 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view.h
|
| +++ b/chrome/browser/ui/views/frame/browser_view.h
|
| @@ -306,6 +306,8 @@ class BrowserView : public BrowserBubbleHost,
|
| virtual void ShowInstant(TabContentsWrapper* preview) OVERRIDE;
|
| virtual void HideInstant(bool instant_is_active) OVERRIDE;
|
| virtual gfx::Rect GetInstantBounds() OVERRIDE;
|
| + virtual WindowOpenDisposition GetDispositionForPopupBounds(
|
| + const gfx::Rect& bounds) OVERRIDE;
|
| #if defined(OS_CHROMEOS)
|
| virtual void ShowKeyboardOverlay(gfx::NativeWindow owning_window) OVERRIDE;
|
| #endif
|
|
|