summaryrefslogtreecommitdiffstats
path: root/chrome_frame/chrome_frame.croc
diff options
context:
space:
mode:
authorananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-22 21:59:33 +0000
committerananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-22 21:59:33 +0000
commiteef2c2ed6ea089b49c0f6468154d5a4d524abaeb (patch)
treefc5f8f1c0cf71a29f26edf06d76d48b5c87e7ff4 /chrome_frame/chrome_frame.croc
parentcf490988816ae60014be7e068ad9d5ec4730d67e (diff)
downloadchromium_src-eef2c2ed6ea089b49c0f6468154d5a4d524abaeb.zip
chromium_src-eef2c2ed6ea089b49c0f6468154d5a4d524abaeb.tar.gz
chromium_src-eef2c2ed6ea089b49c0f6468154d5a4d524abaeb.tar.bz2
Fix a high frequency chrome frame crasher which occurs while uploading UMA data. The crash
occcurs while processing a proxy change request and specifically occurs while invoking on the NetLog instance maintained by a chrome frame url request context instantiated specifically to upload data. The proxy service is a ref counted object and the net log instance is not which leads to a race condition if the netlog instance is destroyed before the proxy service. Fix is to not create a netlog instance for chrome frame uma requests. Fixes bug http://code.google.com/p/chromium/issues/detail?id=60203 Bug=60203 Review URL: http://codereview.chromium.org/3985006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63571 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/chrome_frame.croc')
0 files changed, 0 insertions, 0 deletions