Comment #21 on issue 3586 by cawook: Maximized window state not remembered  
in new window
http://code.google.com/p/chromium/issues/detail?id=3586

so, there is a patch:

--- chrome/browser/window_sizer.cc      (revision 32506)
+++ chrome/browser/window_sizer.cc      (working copy)
@@ -153,13 +153,13 @@
    *bounds = specified_bounds;
    if (bounds->IsEmpty()) {
      // See if there's saved placement information.
-    if (!GetLastWindowBounds(bounds)) {
+//  if (!GetLastWindowBounds(bounds)) {
        if (!GetSavedWindowBounds(bounds, maximized)) {
          // No saved placement, figure out some sensible default size based  
on
          // the user's screen size.
          GetDefaultWindowBounds(bounds);
        }
-    }
+//  }
    }
  }

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

-- 
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs

Reply via email to