summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util/install_util.cc
diff options
context:
space:
mode:
authorrobertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-10 00:33:42 +0000
committerrobertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-10 00:33:42 +0000
commit0756b454ebf4d7988191d302fce0752ff29fb7fe (patch)
treea4e2eb9cd93eefa379c4d826e08a3ad9dca065d0 /chrome/installer/util/install_util.cc
parent7806b3cfc15a32f3847088f09528afd5c6f98cd1 (diff)
downloadchromium_src-0756b454ebf4d7988191d302fce0752ff29fb7fe.zip
chromium_src-0756b454ebf4d7988191d302fce0752ff29fb7fe.tar.gz
chromium_src-0756b454ebf4d7988191d302fce0752ff29fb7fe.tar.bz2
Fix problem whereby the "-full" magic value is removed from the "ap" value when a differential update for CF fails (it should remain unless the update succeeds).
Also, fix problem with installer return codes being squashed. This was a regression introduced in http://src.chromium.org/viewvc/chrome?view=rev&revision=41322. BUG=46051,40607 TEST=Cause a differential update to fail, observe that the "ap" value contains a "-full". Review URL: http://codereview.chromium.org/2773002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49346 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/util/install_util.cc')
-rw-r--r--chrome/installer/util/install_util.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/installer/util/install_util.cc b/chrome/installer/util/install_util.cc
index 9d36e2e..1940d0d 100644
--- a/chrome/installer/util/install_util.cc
+++ b/chrome/installer/util/install_util.cc
@@ -235,7 +235,6 @@ bool InstallUtil::SetMSIMarker(bool system_level, bool set) {
return success;
}
-
bool InstallUtil::BuildDLLRegistrationList(const std::wstring& install_path,
const wchar_t** const dll_names,
int dll_names_count,