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

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

Issue 132113002: Merge 241116 "Remove Chrome Frame quick-enable." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1750/src/
Patch Set: Created 6 years, 11 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
« no previous file with comments | « chrome/installer/setup/setup_main.cc ('k') | chrome/installer/util/installation_validator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/setup/uninstall.cc
===================================================================
--- chrome/installer/setup/uninstall.cc (revision 243908)
+++ chrome/installer/setup/uninstall.cc (working copy)
@@ -160,22 +160,6 @@
LOG(ERROR) << "Failed to remove on-os-upgrade command.";
}
-// Adds or removes the quick-enable-cf command to the binaries' version key in
-// the registry as needed.
-void ProcessQuickEnableWorkItems(
- const installer::InstallerState& installer_state,
- const installer::InstallationState& machine_state) {
- scoped_ptr<WorkItemList> work_item_list(
- WorkItem::CreateNoRollbackWorkItemList());
-
- AddQuickEnableChromeFrameWorkItems(installer_state, machine_state,
- base::FilePath(),
- Version(), work_item_list.get());
-
- if (!work_item_list->Do())
- LOG(ERROR) << "Failed to update quick-enable-cf command.";
-}
-
void ProcessIELowRightsPolicyWorkItems(
const installer::InstallerState& installer_state) {
scoped_ptr<WorkItemList> work_items(WorkItem::CreateNoRollbackWorkItemList());
@@ -1265,12 +1249,9 @@
}
}
- if (installer_state.is_multi_install()) {
+ if (installer_state.is_multi_install())
ProcessGoogleUpdateItems(original_state, installer_state, product);
- ProcessQuickEnableWorkItems(installer_state, original_state);
- }
-
// Get the state of the installed product (if any)
const ProductState* product_state =
original_state.GetProductState(installer_state.system_install(),
« no previous file with comments | « chrome/installer/setup/setup_main.cc ('k') | chrome/installer/util/installation_validator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698