forked from crosswalk-project/chromium-crosswalk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow hash migration for unloaded profiles.
This augments the current capacity to seed unloaded profiles to also be able to go through the migration path from the old hashes to the new ones for profiles that have yet to migrate. This introduces a PrefHashStore version which will begin at 2 (0 being the absence of hashes and 1 being the presence of the old hashes). [email protected], [email protected] TBR=sky (chrome_browser_main.cc -- see comment crosswalk-project#22) Review URL: https://codereview.chromium.org/164463002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251700 0039d316-1c4b-4281-b951-d872f2087c98
- Loading branch information
1 parent
e4c5f97
commit 269e05a
Showing
10 changed files
with
397 additions
and
150 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.