Chromium Code Reviews
DescriptionMigrate data from old localstorage format to new format.
If when loading data from LevelDB no data is found for a particular origin
this causes data to be (attempted) to be loaded from SQLite instead.
As soon as any data has been successfully written to (disk backed) LevelDB
the SQLite database for that origin is deleted.
Rather than adding even more callbacks to LevelDBWrapperImpl this changes
all existing callbacks and a few new ones to be part of one Delegate
interface.
BUG=586194
Review-Url: https://codereview.chromium.org/2604273002
Cr-Commit-Position: refs/heads/master@{#444152}
Committed: https://chromium.googlesource.com/chromium/src/+/222214f0eedbdc9dc393a7cb40e370d4751d4fd1
Patch Set 1 #Patch Set 2 : different approach to data migration #Patch Set 3 : self review #Patch Set 4 : try to fix windows build #
Total comments: 1
Patch Set 5 : nit #
Depends on Patchset: Messages
Total messages: 30 (25 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||