Index: chrome/browser/web_applications/web_app_linux.cc |
diff --git a/chrome/browser/web_applications/web_app_linux.cc b/chrome/browser/web_applications/web_app_linux.cc |
index d616cf0a0a1ec23db5a3992d3fe4ccd36aaa7a05..0ea6426ab082312effdd7796b0405beeac2247f4 100644 |
--- a/chrome/browser/web_applications/web_app_linux.cc |
+++ b/chrome/browser/web_applications/web_app_linux.cc |
@@ -53,10 +53,6 @@ void UpdatePlatformShortcuts( |
// not show it in the menu. |
creation_locations.hidden = true; |
- // Always create the shortcut in the Chrome Apps subdir (even if it is |
- // currently in a different location). |
- creation_locations.applications_menu_subdir = GetAppShortcutsSubdirName(); |
- |
CreatePlatformShortcuts(web_app_path, shortcut_info, creation_locations, |
SHORTCUT_CREATION_BY_USER); |
} |