Chromium Code Reviews| 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() && |
|
gab
2014/07/25 12:25:13
Can probably also remove install_chrome_app_launch
grt (UTC plus 2)
2014/07/25 14:20:27
eventually, yes. my goal in this CL was to get rid
|
| - 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."; |
| - } |
| - } |
| } |
| } |