Append late URLs at the end of the nearby URL list
When ListUrlsActivity is refreshed we take the current list of known nearby URLs and send it to our URL resolution/metadata service. Previous to this change, if new URLs were discovered after the initial list was sent, they would not be sent to the resolution service or displayed in the activity. This caused buggy behavior where nearby URLs would sometimes not be shown if they were discovered too late. With this change, URLs discovered after the initial resolution step will be appended at the end of the list. BUG=579099 Review URL: https://codereview.chromium.org/1634213002 Cr-Commit-Position: refs/heads/master@{#371838}
Showing
Please register or sign in to comment