summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/frame/browser_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/frame/browser_view.h')
-rw-r--r--chrome/browser/views/frame/browser_view.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/browser/views/frame/browser_view.h b/chrome/browser/views/frame/browser_view.h
index ad60baf..ebf4649 100644
--- a/chrome/browser/views/frame/browser_view.h
+++ b/chrome/browser/views/frame/browser_view.h
@@ -72,6 +72,11 @@ class BrowserView : public BrowserWindow,
// initiated.
void WindowMoveOrResizeStarted();
+ // Returns whether the browser can be resized _now_. This differs from
+ // CanResize() below, which returns whether the window is ever resizable in
+ // principle.
+ bool CanCurrentlyResize() const;
+
// Returns the bounds of the toolbar, in BrowserView coordinates.
gfx::Rect GetToolbarBounds() const;