diff options
Diffstat (limited to 'chrome/browser/first_run_win.cc')
-rw-r--r-- | chrome/browser/first_run_win.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/first_run_win.cc b/chrome/browser/first_run_win.cc index 59aaebf..2ac5cac 100644 --- a/chrome/browser/first_run_win.cc +++ b/chrome/browser/first_run_win.cc @@ -253,6 +253,8 @@ bool FirstRun::ProcessMasterPreferences(const FilePath& user_data_dir, import_items += HISTORY; if (parse_result & installer_util::MASTER_PROFILE_IMPORT_BOOKMARKS) import_items += FAVORITES; + if (parse_result & installer_util::MASTER_PROFILE_IMPORT_HOME_PAGE) + import_items += HOME_PAGE; if (import_items) { // There is something to import from the default browser. This launches |