Commit 0df17222 authored by Scott Violet's avatar Scott Violet Committed by Commit Bot

history/favicons: copies history_backend into favicons

My plan is to create a FaviconBackend with all the favicon
related functions. FaviconBackend will be an implementation
detail of HistoryBackend. HistoryService will continue to call
to HistoryBackend, but all favicon related functions in
HistoryBackend trivially forward to FaviconBackend.

FaviconBackend will indirectly depend upon HistoryBackend
for redirects. Because of this, it doesn't make sense to have
HistoryService talk directly to FaviconBackend.

This is a straight copy (with some very minor changes to appease the
presubmit checks) so that it'll be easy to see what actually changes.

BUG=1076463
TEST=covered by tests

Change-Id: Ia1e5345e4a632f52e79c5392090690d305975a7e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2314813
Commit-Queue: Scott Violet <sky@chromium.org>
Reviewed-by: default avatarPeter Kotwicz <pkotwicz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#791245}
parent 99d8c219
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment