You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new BraveImporter needs a BraveProfileLock equivalent to the ChromeProfileLock implemented for ChromeImporter in brave/brave-core#101.
Brave browser-laptop is based on Muon/Chromium, so we should be able to reuse the same approach and probably also code from ChromeProfileLock for BraveProfileLock. I also want to refactor the lock dialog-related code in BraveExternalProcessImporterHost and brave::importer::ImportLockDialogView to minimize duplication of code and support long-term maintainability.
The text was updated successfully, but these errors were encountered:
Description
Follow-up for brave/brave-core#185.
The new BraveImporter needs a BraveProfileLock equivalent to the ChromeProfileLock implemented for ChromeImporter in brave/brave-core#101.
Brave browser-laptop is based on Muon/Chromium, so we should be able to reuse the same approach and probably also code from ChromeProfileLock for BraveProfileLock. I also want to refactor the lock dialog-related code in
BraveExternalProcessImporterHost
andbrave::importer::ImportLockDialogView
to minimize duplication of code and support long-term maintainability.The text was updated successfully, but these errors were encountered: