21 lines
1.0 KiB
Diff
21 lines
1.0 KiB
Diff
diff --git a/chrome/browser/ui/webui/settings/import_data_handler.cc b/chrome/browser/ui/webui/settings/import_data_handler.cc
|
|
index 30be39fc9e693ff4e29a56aa376e505891178794..58bec3d42fdeaee5feae57a4ad3cb3234630157a 100644
|
|
--- a/chrome/browser/ui/webui/settings/import_data_handler.cc
|
|
+++ b/chrome/browser/ui/webui/settings/import_data_handler.cc
|
|
@@ -135,6 +135,7 @@ void ImportDataHandler::HandleImportData(const base::Value::List& args) {
|
|
selected_items |= importer::PASSWORDS;
|
|
if (*types.FindBoolKey(prefs::kImportDialogSearchEngine))
|
|
selected_items |= importer::SEARCH_ENGINES;
|
|
+ BRAVE_IMPORT_DATA
|
|
|
|
const importer::SourceProfile& source_profile =
|
|
importer_list_->GetSourceProfileAt(browser_index);
|
|
@@ -213,6 +214,7 @@ void ImportDataHandler::SendBrowserProfileData(const std::string& callback_id) {
|
|
browser_profile.Set("autofillFormData",
|
|
(browser_services & importer::AUTOFILL_FORM_DATA) != 0);
|
|
|
|
+ BRAVE_SEND_BROWSER_PROFILE_DATA
|
|
browser_profiles.Append(std::move(browser_profile));
|
|
}
|
|
|