summaryrefslogtreecommitdiffstats
path: root/content/worker/worker_main.cc
diff options
context:
space:
mode:
authorasargent@chromium.org <asargent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-02 17:23:26 +0000
committerasargent@chromium.org <asargent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-02 17:23:26 +0000
commited0757eca4ae1bd7a6a8a716ce0686c42ef37268 (patch)
treea048a5dafe8287e2a31ad911a15bd211d05c521c /content/worker/worker_main.cc
parenta7a7bf9453f4999002dbc2b45c115f2d321d1c7a (diff)
downloadchromium_src-ed0757eca4ae1bd7a6a8a716ce0686c42ef37268.zip
chromium_src-ed0757eca4ae1bd7a6a8a716ce0686c42ef37268.tar.gz
chromium_src-ed0757eca4ae1bd7a6a8a716ce0686c42ef37268.tar.bz2
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
Diffstat (limited to 'content/worker/worker_main.cc')
0 files changed, 0 insertions, 0 deletions