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

Issue 2915053003: Remove unused BidirectionalStream::SendData() method and implementations. (Closed)

Created:
3 years, 6 months ago by Ryan Hamilton
Modified:
3 years, 6 months ago
Reviewers:
xunjieli
CC:
chromium-reviews, cbentzel+watch_chromium.org, net-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove unused BidirectionalStream::SendData() method and implementations. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_cronet_tester Review-Url: https://codereview.chromium.org/2915053003 Cr-Commit-Position: refs/heads/master@{#476581} Committed: https://chromium.googlesource.com/chromium/src/+/ad39988f99e82fc0c9e0a389d4d9bf98590ab093

Patch Set 1 #

Patch Set 2 : fix #

Patch Set 3 : Done #

Patch Set 4 : Cleanup #

Total comments: 2

Patch Set 5 : Rebase #

Patch Set 6 : Avoid memcpy in spdy #

Patch Set 7 : Rebase #

Patch Set 8 : Fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -120 lines) Patch
M components/cronet/android/cronet_bidirectional_stream_adapter.cc View 1 2 3 1 chunk +3 lines, -9 lines 0 comments Download
M net/http/bidirectional_stream.h View 1 chunk +0 lines, -5 lines 0 comments Download
M net/http/bidirectional_stream.cc View 1 chunk +0 lines, -15 lines 0 comments Download
M net/http/bidirectional_stream_impl.h View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M net/http/bidirectional_stream_unittest.cc View 1 2 3 2 chunks +2 lines, -4 lines 0 comments Download
M net/log/net_log_event_type_list.h View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
M net/quic/chromium/bidirectional_stream_quic_impl.h View 1 2 3 4 5 6 1 chunk +0 lines, -3 lines 0 comments Download
M net/quic/chromium/bidirectional_stream_quic_impl.cc View 1 2 3 4 5 6 1 chunk +0 lines, -37 lines 0 comments Download
M net/quic/chromium/bidirectional_stream_quic_impl_unittest.cc View 1 2 3 4 5 6 1 chunk +1 line, -3 lines 0 comments Download
M net/spdy/chromium/bidirectional_stream_spdy_impl.h View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
M net/spdy/chromium/bidirectional_stream_spdy_impl.cc View 1 2 3 4 5 6 7 2 chunks +11 lines, -31 lines 0 comments Download
M net/spdy/chromium/bidirectional_stream_spdy_impl_unittest.cc View 1 2 3 1 chunk +1 line, -3 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 22 (14 generated)
Ryan Hamilton
It looks like we can just use SendvData() instead of SendData() to simplify the code.
3 years, 6 months ago (2017-06-01 21:14:47 UTC) #7
xunjieli
https://codereview.chromium.org/2915053003/diff/60001/net/spdy/chromium/bidirectional_stream_spdy_impl.cc File net/spdy/chromium/bidirectional_stream_spdy_impl.cc (right): https://codereview.chromium.org/2915053003/diff/60001/net/spdy/chromium/bidirectional_stream_spdy_impl.cc#newcode143 net/spdy/chromium/bidirectional_stream_spdy_impl.cc:143: memcpy(pending_combined_buffer_->data() + len, buffers[i]->data(), When BidirectionalStreamSpdyImpl::SendData is gone, if ...
3 years, 6 months ago (2017-06-01 21:49:59 UTC) #9
Ryan Hamilton
Thanks! https://codereview.chromium.org/2915053003/diff/60001/net/spdy/chromium/bidirectional_stream_spdy_impl.cc File net/spdy/chromium/bidirectional_stream_spdy_impl.cc (right): https://codereview.chromium.org/2915053003/diff/60001/net/spdy/chromium/bidirectional_stream_spdy_impl.cc#newcode143 net/spdy/chromium/bidirectional_stream_spdy_impl.cc:143: memcpy(pending_combined_buffer_->data() + len, buffers[i]->data(), On 2017/06/01 21:49:59, xunjieli ...
3 years, 6 months ago (2017-06-01 21:57:20 UTC) #10
xunjieli
lgtm
3 years, 6 months ago (2017-06-01 22:18:12 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2915053003/140001
3 years, 6 months ago (2017-06-02 02:43:47 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: android_cronet_tester on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_cronet_tester/builds/1516) mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, ...
3 years, 6 months ago (2017-06-02 03:15:49 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2915053003/160001
3 years, 6 months ago (2017-06-02 03:59:37 UTC) #19
commit-bot: I haz the power
3 years, 6 months ago (2017-06-02 05:34:46 UTC) #22
Message was sent while issue was closed.
Committed patchset #8 (id:160001) as
https://chromium.googlesource.com/chromium/src/+/ad39988f99e82fc0c9e0a389d4d9...

Powered by Google App Engine
This is Rietveld 408576698