| 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 448baa918714a59af0cd2bcfa2842426988b7bdc..d2ebe712b875f0c29d04c7e73979c65c55633b4d 100644
|
| --- a/chrome/installer/util/chrome_browser_operations.cc
|
| +++ b/chrome/installer/util/chrome_browser_operations.cc
|
| @@ -112,7 +112,8 @@ void ChromeBrowserOperations::AddDefaultShortcutProperties(
|
| properties->set_target(target_exe);
|
|
|
| if (!properties->has_icon()) {
|
| - int icon_index = dist->GetIconIndex();
|
| + int icon_index =
|
| + dist->GetIconIndex(BrowserDistribution::SHORTCUT_CHROME);
|
| base::FilePath prefs_path(target_exe.DirName().AppendASCII(
|
| installer::kDefaultMasterPrefs));
|
| if (file_util::PathExists(prefs_path)) {
|
|
|