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

Issue 1080763003: Remove URLRequestJob::filter_input_byte_count_ (Closed)

Created:
5 years, 8 months ago by mmenke
Modified:
5 years, 8 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove URLRequestJob::filter_input_byte_count_ It's now identical to prefilter_bytes_read_. They've been basically identical since they were added, 4 years ago. BUG=none Committed: https://crrev.com/bbf19be21867e4631295c2247abfd3acd88e05ea Cr-Commit-Position: refs/heads/master@{#324759}

Patch Set 1 #

Total comments: 5

Patch Set 2 : Response to comments #

Patch Set 3 : Merge #

Patch Set 4 : Fix merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -17 lines) Patch
M net/url_request/url_request_http_job.cc View 1 2 2 chunks +3 lines, -6 lines 0 comments Download
M net/url_request/url_request_job.h View 1 2 3 3 chunks +6 lines, -9 lines 0 comments Download
M net/url_request/url_request_job.cc View 2 chunks +0 lines, -2 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
mmenke
Randy: Sending this to you since this was added for and is only used by ...
5 years, 8 months ago (2015-04-10 21:46:51 UTC) #2
mmenke
https://codereview.chromium.org/1080763003/diff/1/net/url_request/url_request_http_job.cc File net/url_request/url_request_http_job.cc (right): https://codereview.chromium.org/1080763003/diff/1/net/url_request/url_request_http_job.cc#newcode1395 net/url_request/url_request_http_job.cc:1395: DCHECK_GT(prefilter_bytes_read(), bytes_observed_in_packets_); We never call UpdatePacketReadTimes() when we didn't ...
5 years, 8 months ago (2015-04-10 21:48:02 UTC) #3
Randy Smith (Not in Mondays)
I'm inclined to think that if it's in the filter infrastructure it's reasonable to send ...
5 years, 8 months ago (2015-04-10 22:03:58 UTC) #4
mmenke
Thanks! https://codereview.chromium.org/1080763003/diff/1/net/url_request/url_request_http_job.cc File net/url_request/url_request_http_job.cc (right): https://codereview.chromium.org/1080763003/diff/1/net/url_request/url_request_http_job.cc#newcode1395 net/url_request/url_request_http_job.cc:1395: DCHECK_GT(prefilter_bytes_read(), bytes_observed_in_packets_); On 2015/04/10 22:03:57, rdsmith wrote: > ...
5 years, 8 months ago (2015-04-10 22:36:49 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1080763003/60001
5 years, 8 months ago (2015-04-11 01:24:46 UTC) #8
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 8 months ago (2015-04-11 02:45:00 UTC) #9
commit-bot: I haz the power
5 years, 8 months ago (2015-04-11 02:46:11 UTC) #10
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/bbf19be21867e4631295c2247abfd3acd88e05ea
Cr-Commit-Position: refs/heads/master@{#324759}

Powered by Google App Engine
This is Rietveld 408576698