Use LevelDB storage for ShoppingPersistedTabData
We were previously using file storage until LevelDB storage was available. LevelDB storage requires a profile so some tweaks were made to PersistedTabDataConfiguration. One of which is the factory pattern was used to ensure we acquire LevelDBPersistedTabDataStorage based on the current profile and that we only have one LevelDBPersistedTabDataStorage instance per profile. Bug: 1129626 Change-Id: Ia1f14c9c2b6f2da02bac27ccd255152e45a4218c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2533843Reviewed-by:Yusuf Ozuysal <yusufo@chromium.org> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Commit-Queue: David Maunder <davidjm@chromium.org> Cr-Commit-Position: refs/heads/master@{#827453}
Showing
Please register or sign in to comment