Create url_lookup_service_factory to manage url_lookup_service.
url_lookup_service is currently managed in database_manager, which does not operate at profile level. To make each profile have its own url_lookup_service, create a singleton which owns all url_lookup_service, and make url_lookup_service a keyed service. This is the first CL of refactoring url_lookup_service to be profile based. The actual service change will be implemented in a follow-up CL. For more details, see: go/chrome-protego-refactor-profile. Bug: 1050859 Change-Id: If1862546c2cf8fc9a23375e680c790c72a5913e4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2061119Reviewed-by:Varun Khaneja <vakh@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Commit-Queue: Xinghui Lu <xinghuilu@chromium.org> Cr-Commit-Position: refs/heads/master@{#743299}
Showing
Please register or sign in to comment