Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4233)

Unified Diff: chrome/installer/setup/setup_main.cc

Issue 422453004: Remove some dead app host code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.";
- }
- }
}
}

Powered by Google App Engine
This is Rietveld 408576698