summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/browser_window.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/browser_window.h')
-rw-r--r--chrome/browser/ui/browser_window.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h
index aa3a931..31c1d560 100644
--- a/chrome/browser/ui/browser_window.h
+++ b/chrome/browser/ui/browser_window.h
@@ -168,12 +168,6 @@ class BrowserWindow {
// Returns whether the tool bar is visible or not.
virtual bool IsToolbarVisible() const = 0;
- // Returns the rect where the resize corner should be drawn by the render
- // widget host view (on top of what the renderer returns). We return an empty
- // rect to identify that there shouldn't be a resize corner (in the cases
- // where we take care of it ourselves at the browser level).
- virtual gfx::Rect GetRootWindowResizerRect() const = 0;
-
// Tells the frame not to render as inactive until the next activation change.
// This is required on Windows when dropdown selects are shown to prevent the
// select from deactivating the browser frame. A stub implementation is