Separate cache for local and foreign favicons.
https://chromium-review.googlesource.com/c/chromium/src/+/1634695 renamed FaviconCache#(get|put)SyncedFaviconImage() methods into (get|put)ForeignFaviconImage() but never called the new versions, instead calling (get|put)LocalFaviconImage(). This effectively causes the caches to be unified. This CL split the caches into two, as I believe the author intended. Change-Id: If461911620c83a901b9d8c89af3fc3acf48293ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1852422 Commit-Queue: Henrique Nakashima <hnakashima@chromium.org> Reviewed-by:David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#705322}
Showing
Please register or sign in to comment