diff options
author | huangs@chromium.org <huangs@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-09 01:43:00 +0000 |
---|---|---|
committer | huangs@chromium.org <huangs@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-09 01:43:00 +0000 |
commit | 4c72ca5f0796e8da1a79b2edd96afe17b493ff2f (patch) | |
tree | 02833ce580f4a93e080461daf3dd5f55033a7773 /chrome/installer/setup/install_worker.cc | |
parent | b38d4c26b93edf23b1f3733196069a4006d3405e (diff) | |
download | chromium_src-4c72ca5f0796e8da1a79b2edd96afe17b493ff2f.zip chromium_src-4c72ca5f0796e8da1a79b2edd96afe17b493ff2f.tar.gz chromium_src-4c72ca5f0796e8da1a79b2edd96afe17b493ff2f.tar.bz2 |
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
Diffstat (limited to 'chrome/installer/setup/install_worker.cc')
-rw-r--r-- | chrome/installer/setup/install_worker.cc | 2 |
1 files changed, 2 insertions, 0 deletions
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(), |