| Index: chrome/browser/first_run/first_run.cc
|
| diff --git a/chrome/browser/first_run/first_run.cc b/chrome/browser/first_run/first_run.cc
|
| index 2bf8688b6c026ba62590123f8566a251aaa04880..53a8db58c210a1a0d62eeb6effd3acd95badd6f9 100644
|
| --- a/chrome/browser/first_run/first_run.cc
|
| +++ b/chrome/browser/first_run/first_run.cc
|
| @@ -212,8 +212,7 @@ void ImportFromFile(Profile* profile, const CommandLine& cmdline) {
|
| first_run::internal::ImportEndedObserver observer;
|
| importer_host->SetObserver(&observer);
|
| importer_host->StartImportSettings(
|
| - source_profile, profile, importer::FAVORITES, new ProfileWriter(profile),
|
| - true);
|
| + source_profile, profile, importer::FAVORITES, new ProfileWriter(profile));
|
| // If the import process has not errored out, block on it.
|
| if (!observer.ended()) {
|
| observer.set_should_quit_message_loop();
|
|
|