| Index: chrome/utility/profile_import_handler.cc
|
| diff --git a/chrome/utility/profile_import_handler.cc b/chrome/utility/profile_import_handler.cc
|
| index 62ad7390e67b611a44ff6125bab2edf4d0e01932..3a57d4f446372add189fe5b2142130db927a3695 100644
|
| --- a/chrome/utility/profile_import_handler.cc
|
| +++ b/chrome/utility/profile_import_handler.cc
|
| @@ -44,6 +44,7 @@ void ProfileImportHandler::OnImportStart(
|
| const importer::SourceProfile& source_profile,
|
| uint16 items,
|
| const base::DictionaryValue& localized_strings) {
|
| + content::UtilityThread::Get()->EnsureBlinkInitialized();
|
| bridge_ = new ExternalProcessImporterBridge(
|
| localized_strings,
|
| content::UtilityThread::Get(),
|
|
|