Skip to content

Commit

Permalink
Use Int64_t for PerfResult.total_bytes_downloaded to avoid overflow.
Browse files Browse the repository at this point in the history
BUG=706515

Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet
Change-Id: I4e5a3fb4b42c8367abb0e46d8f5383950442e064
Reviewed-on: https://chromium-review.googlesource.com/801050
Reviewed-by: Misha Efimov <mef@chromium.org>
Reviewed-by: Andrei Kapishnikov <kapishnikov@chromium.org>
Commit-Queue: Andrei Kapishnikov <kapishnikov@chromium.org>
Cr-Commit-Position: refs/heads/master@{#520609}
  • Loading branch information
kapishnikov authored and Commit Bot committed Nov 30, 2017
1 parent 94cb443 commit 7fe493a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/cronet/ios/test/cronet_performance_test.mm
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
NSTimeInterval total;
NSTimeInterval mean;
NSTimeInterval max;
int total_bytes_downloaded;
int64_t total_bytes_downloaded;
int failed_requests;
int total_requests;
};
Expand Down

0 comments on commit 7fe493a

Please sign in to comment.