Prefetching: Introduce store commands abstractions to be used by tasks.
Updates AddUniqueUrlsTask (still empty of actual business logic) to use store commands as an abstraction layer for the execution of operations on the persistent prefetching store. Only concrete test version of commands are provided; actual SQL backer implementations will come later. This also adds all the business logic needed for that task to work as the 1st step of the prefetching pipeline but for NWake scheduling. The latter will require a new abstraction to be created and will be left for a follow up patch. BUG=701939 Review-Url: https://codereview.chromium.org/2920083002 Cr-Commit-Position: refs/heads/master@{#480292}
Showing
Please register or sign in to comment