* [cr142] Fixed open Mobile bookmarks folder as home page Resolves https://github.com/brave/brave-browser/issues/50294 Chromium change: https://source.chromium.org/chromium/chromium/src/+/7e28ed8607fec26cac4ab4dbc6c43f46f14bfe7b components/bookmark_codec: start writing sha256 Writepath changes: Start writing SHA256 alongside MD5. Readpath changes: Read MD5 and optionally SHA256. After a couple of milestones, intended change is to stop writing the md5 but continue reading both. A few milestones after that, stop reading md5. Include `EnableBookmarkCodecSHA256` in case this cl needs to be disabled via go/finch-killswitch. Enabled-by-default-reason: killswitch EnableBookmarkCodecSHA256 Bug: 426243026 Change-Id: Ie545e1a3563dc3add88408899a6704016276e901 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6710952