commit | f0bc1185fa559962b4f891c325f0507f847c358f | [log] [tgz] |
---|---|---|
author | shess <[email protected]> | Thu May 19 04:35:58 2016 |
committer | Commit bot <[email protected]> | Thu May 19 04:37:42 2016 |
tree | 239bef1a273dd1f780204f7e842ae8ebb6b2b43b | |
parent | 2b0a3ac1f6946b959074f9a8098ffe10ae67a874 [diff] |
Access-time threshold unit failure in CookieMonster. kDefaultAccessUpdateThresholdSeconds was being passed to last_access_threshold_milliseconds. As a result, instead of updating the last-access time only once a minute, it was being updated every few seconds. BUG=612989 Review-Url: https://codereview.chromium.org/1988343003 Cr-Commit-Position: refs/heads/master@{#394673}