| Index: ui/views/widget/widget.h
|
| ===================================================================
|
| --- ui/views/widget/widget.h (revision 127670)
|
| +++ ui/views/widget/widget.h (working copy)
|
| @@ -316,9 +316,6 @@
|
| void SetBounds(const gfx::Rect& bounds);
|
| void SetSize(const gfx::Size& size);
|
|
|
| - // Sizes the window to the specified size and centerizes it.
|
| - void CenterWindow(const gfx::Size& size);
|
| -
|
| // Like SetBounds(), but ensures the Widget is fully visible on screen,
|
| // resizing and/or repositioning as necessary. This is only useful for
|
| // non-child widgets.
|
|
|