DescriptionEnsure that the WebstoreInstaller is always deleted on the UI thread
The crash stacks show a CHECK failure when doing the unregistration due to
NotificationRegistrar deletion, indicating that the WebstoreInstaller is
getting deleted on a different thread from where the original notification
registration took place. This CL makes the ref counting infrastructure always
do the delete on the UI thread instead of whichever thread happened to do the
last Release, which should hopefully fix the problem.
BUG=125485
TEST=CHECK failures with a stack matching the signature in the bug report
should stop appearing
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=149646
Patch Set 1 #
Total comments: 1
Messages
Total messages: 4 (0 generated)
|