| Index: chrome/browser/ui/app_list/app_list_service_mac.mm
|
| diff --git a/chrome/browser/ui/app_list/app_list_service_mac.mm b/chrome/browser/ui/app_list/app_list_service_mac.mm
|
| index 9b06e7285a95158e66e849f8fe042d97fa26a170..d8c1fef11688598ebee306287b14c70061c558a9 100644
|
| --- a/chrome/browser/ui/app_list/app_list_service_mac.mm
|
| +++ b/chrome/browser/ui/app_list/app_list_service_mac.mm
|
| @@ -150,7 +150,9 @@ void CreateAppListShim(const base::FilePath& profile_path) {
|
| if (installed_version == 0)
|
| shortcut_locations.in_quick_launch_bar = true;
|
|
|
| - web_app::CreateNonAppShortcut(shortcut_locations, shortcut_info);
|
| + web_app::CreateNonAppShortcut(web_app::SHORTCUT_CREATION_AUTOMATED,
|
| + shortcut_locations, shortcut_info,
|
| + extensions::FileHandlersInfo());
|
|
|
| local_state->SetInteger(prefs::kAppLauncherShortcutVersion,
|
| kShortcutVersion);
|
|
|