Fix metrics collection when push streams are cancelled by SendRstStreams.
When push stream is cancelled with sending reset streams,
QuicSession::CloseStreamInner is invoked before QuicChromiumClientSession::CloseStream()
which ignores the metrics collection for bytes that has been pushed.

BUG=232040

Review-Url: https://codereview.chromium.org/2423633002
Cr-Commit-Position: refs/heads/master@{#425526}
1 file changed