From 4c72ca5f0796e8da1a79b2edd96afe17b493ff2f Mon Sep 17 00:00:00 2001 From: "huangs@chromium.org" Date: Fri, 9 Nov 2012 01:43:00 +0000 Subject: Fixing App Launcher shortcut icons, including uninstall shortcut. BUG=151626 Review URL: https://chromiumcodereview.appspot.com/11371007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166836 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/installer/setup/install_worker.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chrome/installer/setup/install_worker.cc') diff --git a/chrome/installer/setup/install_worker.cc b/chrome/installer/setup/install_worker.cc index 3929d07..2ef5660 100644 --- a/chrome/installer/setup/install_worker.cc +++ b/chrome/installer/setup/install_worker.cc @@ -621,6 +621,8 @@ void AddUninstallShortcutWorkItems(const InstallerState& installer_state, install_path.value(), true); + // TODO(huangs): Generalize this, so app_host.exe can get its own icon, + // and not rely on chrome.exe's. // DisplayIcon, NoModify and NoRepair string16 chrome_icon = ShellUtil::GetChromeIcon( product.distribution(), -- cgit v1.1