DescriptionFix parameter types of CompareDelaySeconds from bool to int64.
CompareDelaySeconds takes two bool parameters when it is clearly
intended to take two int64 parameters. This was found by VC++'s /analyze
which said:
src\components\gcm_driver\gcm_driver_desktop_unittest.cc(1067) : warning
C6323: Use of arithmetic operator on Boolean type(s).
This bug was introduced in:
https://codereview.chromium.org/561943002
BUG=427616
Committed: https://crrev.com/edef0ee80a3cb3b3d0d429c96cd124a390b500c7
Cr-Commit-Position: refs/heads/master@{#307134}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|