DescriptionURLRequest::PrepareToRestart() call job_->Kill() and OrphanJob().
But OrphanJob() call job_->Kill() internally, so first Kill() call
in PrepareToRestart() is not needed.
This changelist remove the duplicated Kill() call.
BUG=chromium:69937
TEST=pass net_unittests.
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|