DescriptionFix a Chrome browser crash which is seen during chrome frame reliability test runs.Based on the callstack it
occurs when the cookie completion callback map's singleton instance is torn down during shutdown. It looks
like there are unprocessed cookie request entries in the map which when deleted by the map destructor cause a crash.
Fix being attempted is to delete the cookie entries associated with the AutomationResourceMessageFilter instance
when we receive an OnChannelClosing notification.
Fixes bug http://code.google.com/p/chromium/issues/detail?id=87693
BUG=87693
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=90811
Patch Set 1 #
Total comments: 1
Messages
Total messages: 2 (0 generated)
|