| Index: chrome/installer/setup/setup_main.cc
|
| diff --git a/chrome/installer/setup/setup_main.cc b/chrome/installer/setup/setup_main.cc
|
| index 5135c518f4151ff064fd33eeab12c063e26c5b2e..fcc52a92546b667a4dbbb42d16c6b1d85536c809 100644
|
| --- a/chrome/installer/setup/setup_main.cc
|
| +++ b/chrome/installer/setup/setup_main.cc
|
| @@ -1111,7 +1111,7 @@ installer::InstallStatus UninstallProducts(
|
| // trigger Active Setup and make sure the system-level Chrome doesn't go
|
| // through first run.
|
| trigger_active_setup = true;
|
| - system_level_cmd.AppendSwitch(::switches::kNoFirstRun);
|
| + system_level_cmd.AppendSwitch(::switches::kCancelFirstRun);
|
| }
|
| }
|
| }
|
|
|