| Index: chrome/installer/setup/setup_main.cc
|
| diff --git a/chrome/installer/setup/setup_main.cc b/chrome/installer/setup/setup_main.cc
|
| index 9ffc986279f0534a5ddc63e3bc7b722a7ee72ca3..f4e649ebb8d51b53ce3636441da4d331a6fc8583 100644
|
| --- a/chrome/installer/setup/setup_main.cc
|
| +++ b/chrome/installer/setup/setup_main.cc
|
| @@ -977,7 +977,7 @@ installer::InstallStatus RegisterDevChrome(
|
| shortcut_properties.set_dual_mode(true);
|
| shortcut_properties.set_pin_to_taskbar(true);
|
| ShellUtil::CreateOrUpdateShortcut(
|
| - ShellUtil::SHORTCUT_LOCATION_START_MENU, chrome_dist,
|
| + ShellUtil::SHORTCUT_LOCATION_START_MENU_CHROME_DIR, chrome_dist,
|
| shortcut_properties, ShellUtil::SHELL_SHORTCUT_CREATE_ALWAYS);
|
|
|
| // Register Chrome at user-level and make it default.
|
|
|