summaryrefslogtreecommitdiffstats
path: root/chrome/installer/setup/setup.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/installer/setup/setup.cc')
-rwxr-xr-xchrome/installer/setup/setup.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/installer/setup/setup.cc b/chrome/installer/setup/setup.cc
index b5d0ea8..27475242 100755
--- a/chrome/installer/setup/setup.cc
+++ b/chrome/installer/setup/setup.cc
@@ -198,9 +198,6 @@ installer_util::InstallStatus installer::InstallOrUpdateChrome(
std::wstring install_path(GetChromeInstallPath(system_install));
if (install_path.empty()) {
LOG(ERROR) << "Could not get installation destination path.";
- InstallUtil::WriteInstallerResult(system_install,
- installer_util::INSTALL_FAILED,
- IDS_INSTALL_FAILED_BASE, NULL);
return installer_util::INSTALL_FAILED;
} else {
LOG(INFO) << "install destination path: " << install_path;
@@ -217,9 +214,6 @@ installer_util::InstallStatus installer::InstallOrUpdateChrome(
installer_util::InstallStatus result;
if (!install_success) {
LOG(ERROR) << "Install failed.";
- InstallUtil::WriteInstallerResult(system_install,
- installer_util::INSTALL_FAILED,
- IDS_INSTALL_FAILED_BASE, NULL);
result = installer_util::INSTALL_FAILED;
} else {
if (!installed_version) {