| Index: chrome/installer/setup/setup_main.cc
|
| diff --git a/chrome/installer/setup/setup_main.cc b/chrome/installer/setup/setup_main.cc
|
| index 171ac7c7c481a63841d2feb5f0139b8465f715ed..6356fb782a996a2f14bd6237f612c8aa4a4b0982 100644
|
| --- a/chrome/installer/setup/setup_main.cc
|
| +++ b/chrome/installer/setup/setup_main.cc
|
| @@ -958,7 +958,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.
|
|
|