DescriptionFix URLRequestHttpJob to use ScopedRunnableMethodFactory.
This will prevent us from leaking SSLClientSockets on shutdown since the certificate related functions complete asynchronously. There's no reason to keep the URLRequestHttpJob alive, since Kill() will cancel the delegates appropriately, so we use ScopedRunnableMethodFactory to avoid AddRef()'ing when we PostTask().
BUG=63692
TEST=existing
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=68153
Patch Set 1 #
Total comments: 1
Patch Set 2 : Fix indent #Patch Set 3 : Fix indent #Messages
Total messages: 4 (0 generated)
|