| 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 c8682778e4d1fa08af4e9cd992fc3a8db63b5891..e0df00696398d4f2e8cd6d899cd957ccfd239f54 100644
|
| --- a/chrome/browser/ui/webui/options/import_data_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/import_data_handler.cc
|
| @@ -68,9 +68,6 @@ void ImportDataHandler::GetLocalizedValues(
|
| {"noProfileFound", IDS_IMPORT_NO_PROFILE_FOUND},
|
| {"importSucceeded", IDS_IMPORT_SUCCEEDED},
|
| {"findYourImportedBookmarks", IDS_IMPORT_FIND_YOUR_BOOKMARKS},
|
| -#if defined(OS_MACOSX)
|
| - {"macPasswordKeychain", IDS_IMPORT_PASSWORD_KEYCHAIN_WARNING},
|
| -#endif
|
| };
|
|
|
| RegisterStrings(localized_strings, resources, arraysize(resources));
|
| @@ -193,13 +190,6 @@ void ImportDataHandler::InitializePage() {
|
| browser_profile->SetBoolean("autofill-form-data",
|
| (browser_services & importer::AUTOFILL_FORM_DATA) != 0);
|
|
|
| - browser_profile->SetBoolean("show_bottom_bar",
|
| -#if defined(OS_MACOSX)
|
| - source_profile.importer_type == importer::TYPE_SAFARI);
|
| -#else
|
| - false);
|
| -#endif
|
| -
|
| browser_profiles.Append(browser_profile);
|
| }
|
|
|
|
|