Chromium Code Reviews
DescriptionAdd Unseen state to Reading List Entry
The new logic requires a flag in each entry, and this flag must be synced.
Add a state in ReadingListEntry.
When an entry is created, it is UNSEEN.
It cannot be set back to this state.
The logic is
IsRead() := state_ == READ
HasBeenSeen() := state_ != UNSEEN
BUG=671185
Committed: https://crrev.com/bc9d2d7b3acde39d666adca91fdb897535455b5a
Cr-Commit-Position: refs/heads/master@{#436563}
Patch Set 1 #Patch Set 2 : Wire ReadingListEntry #
Total comments: 5
Patch Set 3 : feedback #
Messages
Total messages: 17 (10 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||