Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(90)

Issue 6250021: URLRequest::PrepareToRestart() call job_->Kill() and OrphanJob(). ... (Closed)

Created:
9 years, 11 months ago by rvargas (doing something else)
Modified:
9 years, 6 months ago
Reviewers:
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

URLRequest::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 provided by toyoshim@google.com. Original review: http://codereview.chromium.org/6373002/ Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=72015

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -1 line) Patch
M net/url_request/url_request.cc View 1 chunk +0 lines, -1 line 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698