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

Unified Diff: chrome/browser/shell_integration.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: rework Created 7 years, 4 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/shell_integration.cc
diff --git a/chrome/browser/shell_integration.cc b/chrome/browser/shell_integration.cc
index 505d87b56d54ef15bfec2f59b5221461a70480be..d096a1835f3cb4d09f0dff6ff73c5c00acd51ae1 100644
--- a/chrome/browser/shell_integration.cc
+++ b/chrome/browser/shell_integration.cc
@@ -39,7 +39,9 @@ ShellIntegration::ShortcutInfo::~ShortcutInfo() {}
ShellIntegration::ShortcutLocations::ShortcutLocations()
: on_desktop(false),
- in_applications_menu(false),
+ in_applications_menu_root(false),
+ in_applications_menu_chrome_subdir(false),
+ in_applications_menu_chrome_apps_subdir(false),
in_quick_launch_bar(false),
hidden(false) {
}

Powered by Google App Engine
This is Rietveld 408576698