Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1058)

Unified Diff: chrome/browser/web_applications/web_app_win.cc

Issue 2772713002: Remove IDC_CREATE_SHORTCUT and its associated UI. (Closed)
Patch Set: respond to comments Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698