| Index: chrome/installer/util/chrome_browser_operations.cc
|
| diff --git a/chrome/installer/util/chrome_browser_operations.cc b/chrome/installer/util/chrome_browser_operations.cc
|
| index 5af076b8bd0c2a723bb9358da15a90b888e5342b..ff3b31b8825ed6ad27efa42784b95a7f444624de 100644
|
| --- a/chrome/installer/util/chrome_browser_operations.cc
|
| +++ b/chrome/installer/util/chrome_browser_operations.cc
|
| @@ -117,10 +117,8 @@ void ChromeBrowserOperations::AddDefaultShortcutProperties(
|
| if (!properties->has_target())
|
| properties->set_target(target_exe);
|
|
|
| - if (!properties->has_icon()) {
|
| - properties->set_icon(
|
| - target_exe, dist->GetIconIndex(BrowserDistribution::SHORTCUT_CHROME));
|
| - }
|
| + if (!properties->has_icon())
|
| + properties->set_icon(target_exe, dist->GetIconIndex());
|
|
|
| if (!properties->has_app_id()) {
|
| properties->set_app_id(ShellUtil::GetBrowserModelId(
|
|
|