| Index: chrome/browser/web_applications/web_app_win.cc
|
| diff --git a/chrome/browser/web_applications/web_app_win.cc b/chrome/browser/web_applications/web_app_win.cc
|
| index 6b081689aab3c01396d6ce46453d695cb761d72d..64ef72542f9a838a4187c672e60c109228301b91 100644
|
| --- a/chrome/browser/web_applications/web_app_win.cc
|
| +++ b/chrome/browser/web_applications/web_app_win.cc
|
| @@ -574,13 +574,6 @@ std::vector<base::FilePath> GetShortcutPaths(
|
| creation_locations.on_desktop,
|
| ShellUtil::SHORTCUT_LOCATION_DESKTOP
|
| }, {
|
| - creation_locations.applications_menu_location == APP_MENU_LOCATION_ROOT,
|
| - ShellUtil::SHORTCUT_LOCATION_START_MENU_ROOT
|
| - }, {
|
| - creation_locations.applications_menu_location ==
|
| - APP_MENU_LOCATION_SUBDIR_CHROME_DEPRECATED,
|
| - ShellUtil::SHORTCUT_LOCATION_START_MENU_CHROME_DIR_DEPRECATED
|
| - }, {
|
| creation_locations.applications_menu_location ==
|
| APP_MENU_LOCATION_SUBDIR_CHROMEAPPS,
|
| ShellUtil::SHORTCUT_LOCATION_START_MENU_CHROME_APPS_DIR
|
|
|