| 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 4875eeae1c9b060e012cd55ed14fc4dd935e5c8e..98137b214ec391cda6e6def1159f950627dcb757 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
|
|
|