Chromium Code Reviews| 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(); |
|
gab
2013/10/03 17:22:49
Shouldn't this be replaced by the boolean indicati
calamity
2013/10/14 02:24:25
I don't think so. This just specifies the director
gab
2013/10/17 15:13:31
Well the previous comment seem to say that we want
|
| - |
| CreatePlatformShortcuts(web_app_path, shortcut_info, creation_locations, |
| SHORTCUT_CREATION_BY_USER); |
| } |