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

Unified Diff: apps/shortcut_manager.cc

Issue 13864015: Move app launcher and chrome apps shortcut strings into the installer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@migrate_app_id_fix
Patch Set: rebase, move app launcher and chrome app strings into the installer Created 7 years, 7 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 | « no previous file | chrome/browser/chrome_browser_main_win.cc » ('j') | chrome/browser/shell_integration.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/shortcut_manager.cc
diff --git a/apps/shortcut_manager.cc b/apps/shortcut_manager.cc
index df31a797a3013550d08559297ffc787e51feb241..8a9fdcc80bafec9ec040f8e9aa9337b3f6a0c682 100644
--- a/apps/shortcut_manager.cc
+++ b/apps/shortcut_manager.cc
@@ -23,8 +23,7 @@ void CreateShortcutsInApplicationsMenu(
ShellIntegration::ShortcutLocations creation_locations;
creation_locations.in_applications_menu = true;
// Create the shortcut in the Chrome Apps subdir.
- creation_locations.applications_menu_subdir =
- web_app::GetAppShortcutsSubdirName();
+ creation_locations.in_applications_menu_chrome_apps_subdir = true;
web_app::CreateShortcuts(shortcut_info, creation_locations);
}
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_main_win.cc » ('j') | chrome/browser/shell_integration.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698