| 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 8c8707ffbb35ce7dea430be55b96532a040aaf0c..09c56b2cd08e6df985816fe446cc40e7f4f41fba 100644
|
| --- a/chrome/browser/first_run/first_run_win.cc
|
| +++ b/chrome/browser/first_run/first_run_win.cc
|
| @@ -338,6 +338,9 @@ bool ImportSettingsWin(Profile* profile,
|
| import_cmd.AppendSwitchASCII(switches::kLang,
|
| g_browser_process->GetApplicationLocale());
|
|
|
| + // Always run BrowserMain, even in tests.
|
| + import_cmd.AppendSwitch(switches::kLaunchAsBrowser);
|
| +
|
| if (items_to_import) {
|
| import_cmd.AppendSwitchASCII(switches::kImport,
|
| EncodeImportParams(importer_type, items_to_import, skip_first_run_ui));
|
|
|