summaryrefslogtreecommitdiffstats
path: root/net/base/load_states.h
diff options
context:
space:
mode:
authorwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-23 22:42:14 +0000
committerwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-23 22:42:14 +0000
commitdb23c96e6b747f33b45aaed4b2963f042a5a69ad (patch)
tree2d8db8a4936ef4af34fda006beb0aff89927fdcf /net/base/load_states.h
parentd8a80d6e6d787b0f924e54993fd3bb700ea220fb (diff)
downloadchromium_src-db23c96e6b747f33b45aaed4b2963f042a5a69ad.zip
chromium_src-db23c96e6b747f33b45aaed4b2963f042a5a69ad.tar.gz
chromium_src-db23c96e6b747f33b45aaed4b2963f042a5a69ad.tar.bz2
Fix shutdown crash in CertVerifier by using a MessageLoopProxy.
The CertVerifier is not getting Cancel()'d because something which owns it is getting leaked, most likely a URLRequestJob. Therefore, we can end up accessing a deleted MessageLoop on shutdown. MessageLoopProxy prevents accessing a deleted MessageLoop on shutdown, instead it just deletes the task, which isn't great, but it's better than crashing. We should fix the root cause eventually, which is a leak of the URLRequestJob. BUG=42275,chromium-os:8179 TEST=none Review URL: http://codereview.chromium.org/5347001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67172 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/base/load_states.h')
0 files changed, 0 insertions, 0 deletions