| Index: chrome/installer/setup/install.cc
|
| ===================================================================
|
| --- chrome/installer/setup/install.cc (revision 112717)
|
| +++ chrome/installer/setup/install.cc (working copy)
|
| @@ -182,6 +182,7 @@
|
| if (installer_state.system_install()) {
|
| ret = ShellUtil::CreateChromeDesktopShortcut(product.distribution(),
|
| chrome_exe.value(), product_desc, L"", L"", ShellUtil::SYSTEM_LEVEL,
|
| + chrome_exe.value(), product.distribution()->GetIconIndex(),
|
| alt_shortcut, create_all_shortcut);
|
| if (ret) {
|
| ret = ShellUtil::CreateChromeQuickLaunchShortcut(
|
| @@ -192,6 +193,7 @@
|
| } else {
|
| ret = ShellUtil::CreateChromeDesktopShortcut(product.distribution(),
|
| chrome_exe.value(), product_desc, L"", L"", ShellUtil::CURRENT_USER,
|
| + chrome_exe.value(), product.distribution()->GetIconIndex(),
|
| alt_shortcut, create_all_shortcut);
|
| if (ret) {
|
| ret = ShellUtil::CreateChromeQuickLaunchShortcut(
|
|
|