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 b6911b2fb2afc2df7ce6c5d07de501b0ff1098b7..5330f40dc7c0e32978cc981bc4ed255bc2b39dd1 100644 |
--- a/chrome/browser/ui/app_list/app_list_service_mac.mm |
+++ b/chrome/browser/ui/app_list/app_list_service_mac.mm |
@@ -151,13 +151,6 @@ void CreateAppListShim(const base::FilePath& profile_path) { |
kShortcutVersion); |
} |
-void CreateShortcutsInDefaultLocation( |
- const ShellIntegration::ShortcutInfo& shortcut_info) { |
- web_app::CreateShortcuts(shortcut_info, |
- ShellIntegration::ShortcutLocations(), |
- web_app::SHORTCUT_CREATION_BY_USER); |
-} |
- |
NSRunningApplication* ActiveApplicationNotChrome() { |
NSArray* applications = [[NSWorkspace sharedWorkspace] runningApplications]; |
for (NSRunningApplication* application in applications) { |