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

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

Created:
9 years, 11 months ago by Takashi Toyoshima (Google)
Modified:
9 years, 7 months ago
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 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

Messages

Total messages: 3 (0 generated)
Takashi Toyoshima (Google)
This is a trivial one line patch. Could you review and commit it?
9 years, 11 months ago (2011-01-18 11:10:43 UTC) #1
wtc
rvargas: could you review and check in this patch?
9 years, 11 months ago (2011-01-20 02:19:48 UTC) #2
rvargas (doing something else)
9 years, 11 months ago (2011-01-20 02:41:46 UTC) #3
LGTM.

(I'll commit it).

Powered by Google App Engine
This is Rietveld 408576698