| Index: chrome/installer/setup/setup_main.cc
|
| diff --git a/chrome/installer/setup/setup_main.cc b/chrome/installer/setup/setup_main.cc
|
| index c52e0a89c742044e1d0c2a2665451e83c2973e05..8b013b4612147d72d2f5acb2889d82ad65e3d85c 100644
|
| --- a/chrome/installer/setup/setup_main.cc
|
| +++ b/chrome/installer/setup/setup_main.cc
|
| @@ -992,7 +992,7 @@ installer::InstallStatus RegisterDevChrome(
|
| shortcut_properties.set_pin_to_taskbar(true);
|
| shortcut_properties.set_pin_to_start(true);
|
| ShellUtil::CreateOrUpdateShortcut(
|
| - ShellUtil::SHORTCUT_LOCATION_START_MENU_CHROME_DIR, chrome_dist,
|
| + ShellUtil::SHORTCUT_LOCATION_START_MENU_ROOT, chrome_dist,
|
| shortcut_properties, ShellUtil::SHELL_SHORTCUT_CREATE_ALWAYS);
|
|
|
| // Register Chrome at user-level and make it default.
|
|
|