| Index: chrome/installer/setup/install.cc
|
| diff --git a/chrome/installer/setup/install.cc b/chrome/installer/setup/install.cc
|
| index f64ed8e4820ca1b5243f5ded5b4c467e579c8ecb..26366bd91d58da2708aef9f4499dcaa5c7b5ed7f 100644
|
| --- a/chrome/installer/setup/install.cc
|
| +++ b/chrome/installer/setup/install.cc
|
| @@ -261,8 +261,8 @@ void CleanupLegacyShortcuts(const InstallerState& installer_state,
|
|
|
| if (installer_state.system_install()) {
|
| ShellUtil::RemoveShortcut(
|
| - ShellUtil::SHORTCUT_LOCATION_QUICK_LAUNCH, dist, chrome_exe,
|
| - ShellUtil::SYSTEM_LEVEL, NULL);
|
| + ShellUtil::SHORTCUT_LOCATION_QUICK_LAUNCH, dist,
|
| + ShellUtil::SYSTEM_LEVEL, chrome_exe);
|
| }
|
| }
|
|
|
|
|