Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(248)

Unified Diff: chrome/browser/web_applications/web_app.cc

Issue 2131463002: Purge the App Launcher code from Mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Zap mac-specific icon assets Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698