Index: chrome/browser/ui/browser_window.h |
diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h |
index d0ab1ba7ebfdcf50acc09e434f4e859327123c96..800b0463118b2bf150773ae777e554bd0ff028cf 100644 |
--- a/chrome/browser/ui/browser_window.h |
+++ b/chrome/browser/ui/browser_window.h |
@@ -347,6 +347,10 @@ class BrowserWindow : public BaseWindow { |
// Construct a FindBar implementation for the |browser|. |
virtual FindBar* CreateFindBar() = 0; |
+ // Returns the y where the top of the constrained window should be |
+ // positioned. |
+ virtual int GetConstrainedWindowTopY() = 0; |
+ |
// Invoked when the preferred size of the contents in current tab has been |
// changed. We might choose to update the window size to accomodate this |
// change. |