| Index: chrome/installer/setup/setup_main.cc
|
| diff --git a/chrome/installer/setup/setup_main.cc b/chrome/installer/setup/setup_main.cc
|
| index c5b8c0fff2b0acdc3a410eabac01a41041afce23..eda79e57fa3c3f1ddb42e071ef4a83b40fdf3c6d 100644
|
| --- a/chrome/installer/setup/setup_main.cc
|
| +++ b/chrome/installer/setup/setup_main.cc
|
| @@ -1639,16 +1639,6 @@ InstallStatus InstallProductsHelper(
|
| RemoveChromeLegacyRegistryKeys(chrome->distribution(), chrome_exe);
|
| }
|
| }
|
| -
|
| - if (prefs.install_chrome_app_launcher() &&
|
| - InstallUtil::GetInstallReturnCode(install_status) == 0) {
|
| - std::string webstore_item(google_update::GetUntrustedDataValue(
|
| - kInstallFromWebstore));
|
| - if (!webstore_item.empty()) {
|
| - bool success = InstallFromWebstore(webstore_item);
|
| - VLOG_IF(1, !success) << "Failed to launch app installation.";
|
| - }
|
| - }
|
| }
|
| }
|
|
|
|
|