| Index: chrome/browser/first_run/first_run_win.cc
|
| diff --git a/chrome/browser/first_run/first_run_win.cc b/chrome/browser/first_run/first_run_win.cc
|
| index 7628e2596add429b2c160cc4c3e49849f941967b..8a5a9a514d5e3d6d9fddefe9628f9d5bfc3932a0 100644
|
| --- a/chrome/browser/first_run/first_run_win.cc
|
| +++ b/chrome/browser/first_run/first_run_win.cc
|
| @@ -310,7 +310,7 @@ int ImportFromBrowser(Profile* profile,
|
| importer_host->SetObserver(&observer);
|
| importer_host->StartImportSettings(
|
| importer_list->GetSourceProfileForImporterType(importer_type), profile,
|
| - static_cast<uint16>(items_to_import), new ProfileWriter(profile), true);
|
| + static_cast<uint16>(items_to_import), new ProfileWriter(profile));
|
| // If the import process has not errored out, block on it.
|
| if (!observer.ended()) {
|
| observer.set_should_quit_message_loop();
|
|
|