21 lines
1021 B
Diff
21 lines
1021 B
Diff
diff --git a/chrome/browser/ui/webui/settings/import_data_handler.cc b/chrome/browser/ui/webui/settings/import_data_handler.cc
|
|
index 1e4ecb4f715698a5f7d3f8c885293e92c549d66b..b1147d64653c5a310f6ec8129b0fcf864f5e3d4e 100644
|
|
--- a/chrome/browser/ui/webui/settings/import_data_handler.cc
|
|
+++ b/chrome/browser/ui/webui/settings/import_data_handler.cc
|
|
@@ -146,6 +146,7 @@ void ImportDataHandler::HandleImportData(const base::Value::List& args) {
|
|
if (*type_dict.FindBool(prefs::kImportDialogSearchEngine)) {
|
|
selected_items |= user_data_importer::SEARCH_ENGINES;
|
|
}
|
|
+ BRAVE_IMPORT_DATA
|
|
|
|
const user_data_importer::SourceProfile& source_profile =
|
|
importer_list_->GetSourceProfileAt(browser_index);
|
|
@@ -226,6 +227,7 @@ void ImportDataHandler::SendBrowserProfileData(const std::string& callback_id) {
|
|
"autofillFormData",
|
|
(browser_services & user_data_importer::AUTOFILL_FORM_DATA) != 0);
|
|
|
|
+ BRAVE_SEND_BROWSER_PROFILE_DATA
|
|
browser_profiles.Append(std::move(browser_profile));
|
|
}
|
|
|