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}
20 files changed