Comment #18 on issue 3586 by cawook: Maximized window state not remembered in new window http://code.google.com/p/chromium/issues/detail?id=3586
For other unsatisfied users: Search for bytes in chrome.dll and replace them 84 C0 75 17 FF 75 18 with 84 C0 00 00 FF 75 18 It just ignore GetLastWindowBounds call at WindowSizer::DetermineWindowBounds method and use saved window size. I tested it on version 3.0.195.33, but probably it will works with other versions too, if developers won't change that code. -- 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
