summaryrefslogtreecommitdiffstats
path: root/chrome/browser/importer/safari_importer.mm
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/importer/safari_importer.mm')
-rw-r--r--chrome/browser/importer/safari_importer.mm4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/importer/safari_importer.mm b/chrome/browser/importer/safari_importer.mm
index 54a6d2a..0dace3b2 100644
--- a/chrome/browser/importer/safari_importer.mm
+++ b/chrome/browser/importer/safari_importer.mm
@@ -83,8 +83,8 @@ void SafariImporter::StartImport(ProfileInfo profile_info,
// The order here is important!
bridge_->NotifyStarted();
- if ((services_supported & HOME_PAGE) && !cancelled())
- ImportHomepage(); // Doesn't have a UI item.
+ // In keeping with import on other platforms (and for other browsers), we
+ // don't import the home page (since it may lead to a useless homepage).
if ((services_supported & HISTORY) && !cancelled()) {
bridge_->NotifyItemStarted(HISTORY);
ImportHistory();