| Index: chrome/installer/util/google_update_util.cc
|
| diff --git a/chrome/installer/util/google_update_util.cc b/chrome/installer/util/google_update_util.cc
|
| index fd3781970ee01e6993fde64f63efdcc1831f42fd..328327d67a2ef90dd4b5718e1e050197a5585d7f 100644
|
| --- a/chrome/installer/util/google_update_util.cc
|
| +++ b/chrome/installer/util/google_update_util.cc
|
| @@ -164,7 +164,6 @@ void ElevateIfNeededToReenableUpdates() {
|
| base::CommandLine cmd(exe_path);
|
| cmd.AppendSwitch(installer::switches::kReenableAutoupdates);
|
| installer::Product product(BrowserDistribution::GetDistribution());
|
| - product.InitializeFromUninstallCommand(product_state.uninstall_command());
|
| product.AppendProductFlags(&cmd);
|
| if (system_install)
|
| cmd.AppendSwitch(installer::switches::kSystemLevel);
|
|
|