commit | be1ccf63461b881b8542975e086a0e682600e2b2 | [log] [tgz] |
---|---|---|
author | sclittle <[email protected]> | Wed Sep 02 19:40:36 2015 |
committer | Commit bot <[email protected]> | Wed Sep 02 19:41:05 2015 |
tree | cd2e395dcf62e2fd9541e6dbb5974d5d55facf3c | |
parent | d080cd6fa5d274b132f1ba3f1ab9153b2e9800a0 [diff] |
Added and implemented HttpStream::GetTotalSentBytes for basic streams. Added HttpStream::GetTotalSentBytes, which counts the number of bytes sent over the network, similar to HttpStream::GetTotalReceivedBytes. This CL implements this method for basic HTTP streams; implementations for SPDY and QUIC streams will be added in later CLs. BUG=518897 Review URL: https://codereview.chromium.org/1314783007 Cr-Commit-Position: refs/heads/master@{#346996}