summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util/install_util.cc
diff options
context:
space:
mode:
authorcpu@google.com <cpu@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-19 02:29:34 +0000
committercpu@google.com <cpu@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-19 02:29:34 +0000
commit58fdedab25cd2eb56d3ae0e8429c043941b9a9cd (patch)
tree6b569040ce92aae7a9f9cceb86184fd9a6278b4a /chrome/installer/util/install_util.cc
parent4e7fed09a9788e6782c95388c2895dd76497e7f0 (diff)
downloadchromium_src-58fdedab25cd2eb56d3ae0e8429c043941b9a9cd.zip
chromium_src-58fdedab25cd2eb56d3ae0e8429c043941b9a9cd.tar.gz
chromium_src-58fdedab25cd2eb56d3ae0e8429c043941b9a9cd.tar.bz2
Roll back double launch of chrome fix
- rolling back http://codereview.chromium.org/48120/ - it turns out the launch behaviour is now specified in the tag Review URL: http://codereview.chromium.org/42381 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12073 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/util/install_util.cc')
-rw-r--r--chrome/installer/util/install_util.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/installer/util/install_util.cc b/chrome/installer/util/install_util.cc
index e7f8f34..86f0847 100644
--- a/chrome/installer/util/install_util.cc
+++ b/chrome/installer/util/install_util.cc
@@ -107,9 +107,7 @@ void InstallUtil::WriteInstallerResult(bool system_install,
install_list->AddSetRegValueWorkItem(root, key, L"InstallerResultUIString",
msg, true);
}
- // TODO(rahulk) verify that the absence of InstallerSuccessLaunchCmdLine
- // for non-system installs does not break the gcapi.dll.
- if ((launch_cmd != NULL) && system_install) {
+ if (launch_cmd != NULL) {
install_list->AddSetRegValueWorkItem(root, key,
L"InstallerSuccessLaunchCmdLine",
*launch_cmd, true);