| Index: chrome/installer/setup/setup_main.cc
|
| diff --git a/chrome/installer/setup/setup_main.cc b/chrome/installer/setup/setup_main.cc
|
| index e7e9a05b12d3a7afe9c0d4a9c853f71a4ffad999..94cab45ba3f5895a4898e40d014ffe7c7805c734 100644
|
| --- a/chrome/installer/setup/setup_main.cc
|
| +++ b/chrome/installer/setup/setup_main.cc
|
| @@ -992,7 +992,7 @@
|
| shortcut_properties.set_dual_mode(true);
|
| shortcut_properties.set_pin_to_taskbar(true);
|
| ShellUtil::CreateOrUpdateShortcut(
|
| - ShellUtil::SHORTCUT_LOCATION_START_MENU_ROOT, 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.
|
|
|