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

Unified Diff: chrome/installer/setup/setup_main.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 win compile, change LOG(INFO)s to VLOG(1) Created 7 years 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/installer/setup/install.cc ('k') | chrome/installer/setup/uninstall.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/setup/setup_main.cc
diff --git a/chrome/installer/setup/setup_main.cc b/chrome/installer/setup/setup_main.cc
index dc2bec6c4a79cf0e71c3a102613227ec6c8c88c7..6fadfe9d8e3981e892356b5d2f20efad867a3992 100644
--- a/chrome/installer/setup/setup_main.cc
+++ b/chrome/installer/setup/setup_main.cc
@@ -413,7 +413,7 @@ bool CheckMultiInstallConditions(const InstallationState& original_state,
// migrated to single-install. This is treated as an update failure
// unless the binaries are not in-use, in which case they will be
// uninstalled and success will be reported (see handling in wWinMain).
- LOG(INFO) << "No products to be updated.";
+ VLOG(1) << "No products to be updated.";
*status = installer::UNUSED_BINARIES;
installer_state->WriteInstallerResult(*status, 0, NULL);
return false;
@@ -977,7 +977,7 @@ installer::InstallStatus RegisterDevChrome(
shortcut_properties.set_dual_mode(true);
shortcut_properties.set_pin_to_taskbar(true);
ShellUtil::CreateOrUpdateShortcut(
- ShellUtil::SHORTCUT_LOCATION_START_MENU, chrome_dist,
+ ShellUtil::SHORTCUT_LOCATION_START_MENU_CHROME_DIR, chrome_dist,
shortcut_properties, ShellUtil::SHELL_SHORTCUT_CREATE_ALWAYS);
// Register Chrome at user-level and make it default.
« no previous file with comments | « chrome/installer/setup/install.cc ('k') | chrome/installer/setup/uninstall.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698