Chromium Code Reviews| Index: chrome/browser/ui/views/create_application_shortcut_view.cc |
| diff --git a/chrome/browser/ui/views/create_application_shortcut_view.cc b/chrome/browser/ui/views/create_application_shortcut_view.cc |
| index 6361d207a4d3ecf1aef86ccb9ce8236b53f71508..2f462b2f757aa59500a3e8645b270ad717a2e9ff 100644 |
| --- a/chrome/browser/ui/views/create_application_shortcut_view.cc |
| +++ b/chrome/browser/ui/views/create_application_shortcut_view.cc |
| @@ -391,10 +391,9 @@ bool CreateApplicationShortcutView::Accept() { |
| creation_locations.in_quick_launch_bar = false; |
| #endif |
| - web_app::CreateShortcutsWithInfo(web_app::SHORTCUT_CREATION_BY_USER, |
| - creation_locations, |
| - shortcut_info_, |
| - file_handlers_info_); |
| + web_app::CreateNonAppShortcut(web_app::SHORTCUT_CREATION_BY_USER, |
|
tapted
2014/12/22 00:05:09
This doesn't look right. The profile and extension
mitchellj
2014/12/22 00:32:23
I think option b) here is probably the easiest for
|
| + creation_locations, shortcut_info_, |
| + file_handlers_info_); |
| return true; |
| } |