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

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: 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
Index: chrome/browser/shell_integration.cc
diff --git a/chrome/browser/shell_integration.cc b/chrome/browser/shell_integration.cc
index b16a86a9f3d8379dfe70e65c7551970a16dffb46..74baf9cd1fcaa0448b05e0c8e37e3a217551a555 100644
--- a/chrome/browser/shell_integration.cc
+++ b/chrome/browser/shell_integration.cc
@@ -40,6 +40,8 @@ ShellIntegration::ShortcutInfo::~ShortcutInfo() {}
ShellIntegration::ShortcutLocations::ShortcutLocations()
: on_desktop(false),
in_applications_menu(false),
huangs 2013/05/15 02:33:46 in_application_menu_root
calamity 2013/08/27 07:59:35 Done.
+ 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