Files
brave-core/utility
Max Karolinskiy 85e1860bdd Removes importing payment info from Chrome profile importer (#36273)
Importing payment info requries use of os crypt, which in cr149 will
be async only and that is much more involved when used in an utility
process and requires a different key. We already removed importing
Chrome passwords in the past so this is just a continuation of that
decision.

Chromium change:
https://chromium.googlesource.com/chromium/src.git/+/a4cab4afb48c24f4557ec6dc7cbd1bd192fb65b4

commit a4cab4afb48c24f4557ec6dc7cbd1bd192fb65b4
Author: Tom Anderson <thomasanderson@chromium.org>
Date:   Fri Apr 17 15:10:45 2026 -0700

    [OSCrypt] Remove sync backend

    R=thestig

    Fixed: 447372315
2026-05-09 15:10:08 -04:00
..