| Index: chrome/browser/ui/webui/options/import_data_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/import_data_handler.cc b/chrome/browser/ui/webui/options/import_data_handler.cc
|
| index c87759f0eaf0c682e213c56ee50150d8c03db29e..68bbc914abaaa24195abd94fb2d7b393a5d11bda 100644
|
| --- a/chrome/browser/ui/webui/options/import_data_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/import_data_handler.cc
|
| @@ -73,7 +73,7 @@ void ImportDataHandler::GetLocalizedValues(DictionaryValue* localized_strings) {
|
| void ImportDataHandler::InitializeHandler() {
|
| importer_list_ = new ImporterList();
|
| importer_list_->DetectSourceProfiles(
|
| - g_browser_process->GetApplicationLocale(), this);
|
| + g_browser_process->GetApplicationLocale(), true, this);
|
| }
|
|
|
| void ImportDataHandler::RegisterMessages() {
|
|
|