summaryrefslogtreecommitdiffstats
path: root/chrome/browser/first_run/first_run_posix.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/first_run/first_run_posix.cc')
-rw-r--r--chrome/browser/first_run/first_run_posix.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/first_run/first_run_posix.cc b/chrome/browser/first_run/first_run_posix.cc
index eb9becc..596cc64 100644
--- a/chrome/browser/first_run/first_run_posix.cc
+++ b/chrome/browser/first_run/first_run_posix.cc
@@ -63,8 +63,7 @@ bool ImportSettings(Profile* profile,
importer_host->StartImportSettings(source_profile,
profile,
items_to_import,
- new ProfileWriter(profile),
- true);
+ new ProfileWriter(profile));
// If the import process has not errored out, block on it.
if (!observer.ended()) {
observer.set_should_quit_message_loop();