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

Unified Diff: chrome/browser/web_applications/web_app_mac.mm

Issue 346753002: [Mac]. Increment app shortcut version. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Also rebuild app list shim. Created 6 years, 6 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
« no previous file with comments | « chrome/browser/apps/shortcut_manager.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/web_applications/web_app_mac.mm
diff --git a/chrome/browser/web_applications/web_app_mac.mm b/chrome/browser/web_applications/web_app_mac.mm
index 02f3f0dc7c14ead4c29c6e2e6b3ff23c5122760f..3f0958e77325c14504a871983e860b33871ef0cf 100644
--- a/chrome/browser/web_applications/web_app_mac.mm
+++ b/chrome/browser/web_applications/web_app_mac.mm
@@ -1016,6 +1016,8 @@ void UpdateShortcutsForAllApps(Profile* profile,
web_app::UpdateAllShortcuts(base::string16(), profile, it->get());
}
+ AppListService::Get(chrome::HOST_DESKTOP_TYPE_NATIVE)->CreateShortcut();
tapted 2014/06/19 07:32:04 There's kShortcutVersion in app_list_service_mac.m
jackhou1 2014/06/19 07:44:08 Oops, I see. Done.
+
callback.Run();
}
« no previous file with comments | « chrome/browser/apps/shortcut_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698