| Index: chrome/browser/apps/shortcut_manager.cc
|
| diff --git a/chrome/browser/apps/shortcut_manager.cc b/chrome/browser/apps/shortcut_manager.cc
|
| index 539cf651b2579c240c62b3809fee91e280358b6c..91cbd0bd1b3256aa33ca158042cdeeef8ddc9368 100644
|
| --- a/chrome/browser/apps/shortcut_manager.cc
|
| +++ b/chrome/browser/apps/shortcut_manager.cc
|
| @@ -40,10 +40,9 @@ namespace {
|
| void CreateShortcutsInApplicationsMenu(
|
| const ShellIntegration::ShortcutInfo& shortcut_info) {
|
| ShellIntegration::ShortcutLocations creation_locations;
|
| - creation_locations.in_applications_menu = true;
|
| + creation_locations.in_applications_menu_root = 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,
|
| web_app::SHORTCUT_CREATION_AUTOMATED);
|
| }
|
|
|