| Index: chrome/installer/setup/install.cc
|
| diff --git a/chrome/installer/setup/install.cc b/chrome/installer/setup/install.cc
|
| index f64ed8e4820ca1b5243f5ded5b4c467e579c8ecb..b8ebe94fd372897dac60815ae6fae078910fd018 100644
|
| --- a/chrome/installer/setup/install.cc
|
| +++ b/chrome/installer/setup/install.cc
|
| @@ -260,9 +260,9 @@ void CleanupLegacyShortcuts(const InstallerState& installer_state,
|
| file_util::Delete(uninstall_shortcut_path, false);
|
|
|
| if (installer_state.system_install()) {
|
| - ShellUtil::RemoveShortcut(
|
| - ShellUtil::SHORTCUT_LOCATION_QUICK_LAUNCH, dist, chrome_exe,
|
| - ShellUtil::SYSTEM_LEVEL, NULL);
|
| + ShellUtil::RemoveShortcuts(
|
| + ShellUtil::SHORTCUT_LOCATION_QUICK_LAUNCH, dist,
|
| + ShellUtil::SYSTEM_LEVEL, chrome_exe);
|
| }
|
| }
|
|
|
|
|