| Index: chrome/browser/importer/external_process_importer_client.cc
|
| diff --git a/chrome/browser/importer/external_process_importer_client.cc b/chrome/browser/importer/external_process_importer_client.cc
|
| index 1b9b8c635cf6a8312c0e1d15dbb2c4664cd7dbc9..a7d0cbb8240a9f220341cf0351d247374cec6286 100644
|
| --- a/chrome/browser/importer/external_process_importer_client.cc
|
| +++ b/chrome/browser/importer/external_process_importer_client.cc
|
| @@ -293,9 +293,6 @@ void ExternalProcessImporterClient::StartProcessOnIOThread(
|
| base::IntToString(IDS_IMPORT_FROM_FIREFOX),
|
| l10n_util::GetStringUTF8(IDS_IMPORT_FROM_FIREFOX));
|
| localized_strings.SetString(
|
| - base::IntToString(IDS_IMPORT_FROM_GOOGLE_TOOLBAR),
|
| - l10n_util::GetStringUTF8(IDS_IMPORT_FROM_GOOGLE_TOOLBAR));
|
| - localized_strings.SetString(
|
| base::IntToString(IDS_IMPORT_FROM_SAFARI),
|
| l10n_util::GetStringUTF8(IDS_IMPORT_FROM_SAFARI));
|
| localized_strings.SetString(
|
|
|