| Index: chrome/browser/chromeos/frame/browser_view.h
|
| diff --git a/chrome/browser/chromeos/frame/browser_view.h b/chrome/browser/chromeos/frame/browser_view.h
|
| index 794022dd96a148b84f225389ab08db01654b5cc5..59574fc105518436ab2972e35b711b1bf73ae695 100644
|
| --- a/chrome/browser/chromeos/frame/browser_view.h
|
| +++ b/chrome/browser/chromeos/frame/browser_view.h
|
| @@ -57,6 +57,8 @@ class BrowserView : public ::BrowserView,
|
| virtual void Cut();
|
| virtual void Copy();
|
| virtual void Paste();
|
| + virtual WindowOpenDisposition GetDispositionForPopupBounds(
|
| + const gfx::Rect& bounds);
|
|
|
| // views::ContextMenuController overrides.
|
| virtual void ShowContextMenuForView(views::View* source,
|
|
|