Extend CookieOptions to include updating last accessed time.
We have too many methods of accessing cookies hanging off of CookieStore
(and CookieMonster). This patch untangles some of the behavioral
differences between the methods by moving the decision about whether or
not a "get" operation updates the last-accessed time to CookieOptions.
This allows us to more cleanly implement the backend of the 'GetAll*'
methods, with the goal of getting rid of them entirely.
BUG=588081
[email protected],[email protected]
Review URL: https://codereview.chromium.org/1713013002
Cr-Commit-Position: refs/heads/master@{#376780}
6 files changed