Use int64 instead of int32 for response sizes.
Previously, the reported size of responses larger than max int32 would
overflow, and these overflowed sizes were even surfaced to UI for the
Data Reduction Proxy.
Verified by building Chrome with and without this patch, and using the
Data Saver Chrome extension to download a 2.6 GB file. Without this
patch, a negative number is shown in the Data Saver stats. With this
patch, 2.6 GB is shown in the Data Saver stats.
BUG=
475081
Committed:
https://crrev.com/b5c82196f9bb0b0033a29ff0b14553e4c2e7f41d
Cr-Commit-Position: refs/heads/master@{#324738}