DescriptionFixes crash in SaveWindowPlacement. It's possible to get a WM_CLOSE
after a WM_DESTROY. The current code in WM_DESTROY removes the
properties, which means if we get a WM_CLOSE after WM_DESTROY we can't
locate the profile and end up using local_state prefs, which haven't
had the pref registered and we crash. The fix is to remove the
properties in OnFinalMessage.
BUG=91396
TEST=none
R=ben@chromium.org
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=98633
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|