Index: chrome/installer/setup/setup_main.cc |
=================================================================== |
--- chrome/installer/setup/setup_main.cc (revision 49358) |
+++ 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. |
- return_code = dist->GetInstallReturnCode(install_status); |
+ dist->GetInstallReturnCode(install_status); |
} |
LOG(INFO) << "Installation complete, returning: " << return_code; |