| Index: apps/shortcut_manager.cc
|
| diff --git a/apps/shortcut_manager.cc b/apps/shortcut_manager.cc
|
| index df31a797a3013550d08559297ffc787e51feb241..8a9fdcc80bafec9ec040f8e9aa9337b3f6a0c682 100644
|
| --- a/apps/shortcut_manager.cc
|
| +++ b/apps/shortcut_manager.cc
|
| @@ -23,8 +23,7 @@ void CreateShortcutsInApplicationsMenu(
|
| ShellIntegration::ShortcutLocations creation_locations;
|
| creation_locations.in_applications_menu = true;
|
| // Create the shortcut in the Chrome Apps subdir.
|
| - creation_locations.applications_menu_subdir =
|
| - web_app::GetAppShortcutsSubdirName();
|
| + creation_locations.in_applications_menu_chrome_apps_subdir = true;
|
| web_app::CreateShortcuts(shortcut_info, creation_locations);
|
| }
|
|
|
|
|