diff options
Diffstat (limited to 'chrome/browser/constrained_window.h')
-rw-r--r-- | chrome/browser/constrained_window.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/constrained_window.h b/chrome/browser/constrained_window.h index 47caf94..32fa071 100644 --- a/chrome/browser/constrained_window.h +++ b/chrome/browser/constrained_window.h @@ -121,12 +121,6 @@ class ConstrainedWindow { const gfx::Rect& initial_bounds, TabContents* constrained_contents); - // Generates the bounds for a window when one/both of the - // initial_bounds are invalid. - static void GenerateInitialBounds(const gfx::Rect& initial_bounds, - TabContents* parent, - gfx::Rect* window_bounds); - // Activates the Constrained Window, which has the effect of detaching it if // it contains a WebContents, otherwise just brings it to the front of the // z-order. |