| Index: chrome/browser/web_applications/web_app.cc
|
| diff --git a/chrome/browser/web_applications/web_app.cc b/chrome/browser/web_applications/web_app.cc
|
| index ee28b485c97eafc16c8856c09c333fee0cb427e0..aa377066e0e75bbc252e94160916e94020041d37 100644
|
| --- a/chrome/browser/web_applications/web_app.cc
|
| +++ b/chrome/browser/web_applications/web_app.cc
|
| @@ -437,13 +437,6 @@ void CreateShortcutsWithInfo(
|
| file_handlers_info);
|
| }
|
|
|
| -void CreateNonAppShortcut(const ShortcutLocations& locations,
|
| - std::unique_ptr<ShortcutInfo> shortcut_info) {
|
| - ScheduleCreatePlatformShortcut(SHORTCUT_CREATION_AUTOMATED, locations,
|
| - std::move(shortcut_info),
|
| - extensions::FileHandlersInfo());
|
| -}
|
| -
|
| void CreateShortcuts(ShortcutCreationReason reason,
|
| const ShortcutLocations& locations,
|
| Profile* profile,
|
|
|