Chromium Code Reviews| Index: chrome/installer/setup/setup_main.cc |
| =================================================================== |
| --- chrome/installer/setup/setup_main.cc (revision 49062) |
| +++ chrome/installer/setup/setup_main.cc (working copy) |
| @@ -742,7 +742,7 @@ |
| // Note that we allow the status installer_util::UNINSTALL_REQUIRES_REBOOT |
| // to pass through, since this is only returned on uninstall which is never |
| // invoked directly by Google Update. |
| - dist->GetInstallReturnCode(install_status); |
| + return_code = dist->GetInstallReturnCode(install_status); |
|
huanr
2010/06/09 23:46:11
So this is a regression by r41322 3 months ago
ht
robertshield
2010/06/10 00:30:30
Yes, it is a regression. I believe this could impa
|
| } |
| LOG(INFO) << "Installation complete, returning: " << return_code; |