| Index: chrome/installer/util/chrome_app_host_operations.cc
|
| diff --git a/chrome/installer/util/chrome_app_host_operations.cc b/chrome/installer/util/chrome_app_host_operations.cc
|
| index 361f952ef10e612e6fbc4a2e4a58bf251e60ece5..cfd9570f86361f5c8074dc4177f8d1a1adcb5a32 100644
|
| --- a/chrome/installer/util/chrome_app_host_operations.cc
|
| +++ b/chrome/installer/util/chrome_app_host_operations.cc
|
| @@ -108,7 +108,8 @@ void ChromeAppHostOperations::AddDefaultShortcutProperties(
|
| }
|
|
|
| if (!properties->has_icon())
|
| - properties->set_icon(target_exe, dist->GetIconIndex());
|
| + properties->set_icon(target_exe,
|
| + dist->GetIconIndex(BrowserDistribution::SHORTCUT_APP_LAUNCHER));
|
|
|
| if (!properties->has_app_id()) {
|
| std::vector<string16> components;
|
|
|