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

Unified Diff: chrome/browser/web_applications/web_app_linux.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: fix linux unit tests Created 7 years, 3 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_linux.cc
diff --git a/chrome/browser/web_applications/web_app_linux.cc b/chrome/browser/web_applications/web_app_linux.cc
index d616cf0a0a1ec23db5a3992d3fe4ccd36aaa7a05..0ea6426ab082312effdd7796b0405beeac2247f4 100644
--- a/chrome/browser/web_applications/web_app_linux.cc
+++ b/chrome/browser/web_applications/web_app_linux.cc
@@ -53,10 +53,6 @@ void UpdatePlatformShortcuts(
// not show it in the menu.
creation_locations.hidden = true;
- // Always create the shortcut in the Chrome Apps subdir (even if it is
- // currently in a different location).
- creation_locations.applications_menu_subdir = GetAppShortcutsSubdirName();
gab 2013/10/03 17:22:49 Shouldn't this be replaced by the boolean indicati
calamity 2013/10/14 02:24:25 I don't think so. This just specifies the director
gab 2013/10/17 15:13:31 Well the previous comment seem to say that we want
-
CreatePlatformShortcuts(web_app_path, shortcut_info, creation_locations,
SHORTCUT_CREATION_BY_USER);
}

Powered by Google App Engine
This is Rietveld 408576698