Ensure 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 Review URL: https://chromiumcodereview.appspot.com/10832105 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149646 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment