| Index: chrome/browser/ui/panels/panel.h
|
| diff --git a/chrome/browser/ui/panels/panel.h b/chrome/browser/ui/panels/panel.h
|
| index 2d0792ededa2cf9a5a2d0696dc3b32b28a354218..e56427fc38d929bb3c96a4c8d330ee423fa35743 100644
|
| --- a/chrome/browser/ui/panels/panel.h
|
| +++ b/chrome/browser/ui/panels/panel.h
|
| @@ -123,6 +123,8 @@ class Panel : public BrowserWindow {
|
| virtual void ShowInstant(TabContentsWrapper* preview);
|
| virtual void HideInstant(bool instant_is_active);
|
| virtual gfx::Rect GetInstantBounds();
|
| + virtual WindowOpenDisposition GetDispositionForPopupBounds(
|
| + const gfx::Rect& bounds);
|
| #if defined(OS_CHROMEOS)
|
| virtual void ShowKeyboardOverlay(gfx::NativeWindow owning_window);
|
| #endif
|
|
|