| Index: chrome/browser/window_sizer.cc
|
| ===================================================================
|
| --- chrome/browser/window_sizer.cc (revision 5374)
|
| +++ chrome/browser/window_sizer.cc (working copy)
|
| @@ -204,7 +204,6 @@
|
| *bounds = specified_bounds;
|
| if (bounds->IsEmpty()) {
|
| // See if there's saved placement information.
|
| - *maximized = false; // Default off; GetSavedWindowBounds() may set this.
|
| if (!GetLastWindowBounds(bounds)) {
|
| if (!GetSavedWindowBounds(bounds, maximized)) {
|
| // No saved placement, figure out some sensible default size based on
|
|
|