DescriptionFix problem where field trials using kExpirationYearInFuture could get disabled.
The issue was that kExpirationYearInFuture was using system time, but the
expiration check in field_trial.cc was using build time. This CL changes
the constant to be named kExpirationYearNotExpired and sets it based on
build time.
BUG=168799
TEST=New unit test.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=175831
Patch Set 1 #
Total comments: 6
Patch Set 2 : #
Messages
Total messages: 8 (0 generated)
|