[Feed] Implement LoadAllJournalKeys and DoesJournalExist
this CL revert part of https://chromium-review.googlesource.com/c/chromium/src/+/1119234, add LoadAllJournalKeys back and remove LoadAllJournals. Misunderstood the feed host API definition, right now, the API is /** Asynchronously retrieve a list of all current journals */ void getAllJournals(Consumer<Result<List<String>>> consumer); I think we should update it to /** Asynchronously retrieve a list of all current journals' names. */ I will create another bug for this. Bug: 828938 Change-Id: I752fd75d4d4c35c924a4189f754cb393c4d88e1f Reviewed-on: https://chromium-review.googlesource.com/1146067 Commit-Queue: Gang Wu <gangwu@chromium.org> Reviewed-by:Sky Malice <skym@chromium.org> Cr-Commit-Position: refs/heads/master@{#577690}
Showing
Please register or sign in to comment