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

Unified Diff: chrome/browser/ui/app_list/app_list_service_mac.mm

Issue 63153003: mac: Prepare for -Wunused-functions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 1 month 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/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) {
« no previous file with comments | « chrome/browser/themes/theme_service.cc ('k') | chrome/browser/ui/cocoa/profile_signin_confirmation_view_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698