| Index: chrome/installer/util/install_util.cc
|
| diff --git a/chrome/installer/util/install_util.cc b/chrome/installer/util/install_util.cc
|
| index c3e32d92e7d68aaae4169455b9aadc1830f674d0..06cf04f9a59de75968e19e29ea355eaa16187568 100644
|
| --- a/chrome/installer/util/install_util.cc
|
| +++ b/chrome/installer/util/install_util.cc
|
| @@ -575,6 +575,8 @@ int InstallUtil::GetInstallReturnCode(installer::InstallStatus status) {
|
| case installer::NEW_VERSION_UPDATED:
|
| case installer::IN_USE_UPDATED:
|
| case installer::UNUSED_BINARIES_UNINSTALLED:
|
| + case installer::OLD_VERSION_ROLLBACK:
|
| + case installer::IN_USE_ROLLBACK:
|
| return 0;
|
| default:
|
| return status;
|
|
|