| Index: chrome/browser/first_run/first_run_linux.cc
|
| ===================================================================
|
| --- chrome/browser/first_run/first_run_linux.cc (revision 127051)
|
| +++ chrome/browser/first_run/first_run_linux.cc (working copy)
|
| @@ -51,6 +51,11 @@
|
|
|
| import_cmd.CommandLine::AppendSwitchPath(switches::kImportFromFile,
|
| import_bookmarks_path);
|
| +
|
| + // The importer doesn't need to do any background networking tasks so disable
|
| + // them.
|
| + import_cmd.CommandLine::AppendSwitch(switches::kDisableBackgroundNetworking);
|
| +
|
| // Time to launch the process that is going to do the import. We'll wait
|
| // for the process to return.
|
| base::LaunchOptions options;
|
|
|