Chromium Code Reviews
DescriptionPass notification deadline timestamp as a jlong
Java timestamps are jlongs (int64_t) and passing a jint (int32_t)
truncates them to late January, 1970 at the latest. In particular, use
jlong's max value to indicate "no deadline".
BUG=689022
Review-Url: https://codereview.chromium.org/2678813002
Cr-Commit-Position: refs/heads/master@{#448285}
(cherry picked from commit 68c2b21598d1ffb959056909f6b4fa8bf7a17155)
Patch Set 1 #
|
|||||||||||||||||||