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

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

Issue 2897593003: Generalize Active Setup triggering. (Closed)
Patch Set: test fixins Created 3 years, 7 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/install.cc
diff --git a/chrome/installer/setup/install.cc b/chrome/installer/setup/install.cc
index 85ff23a315f79bf8da2e757bbd4939fe96618d7a..2bb42f1eec62517c9f5552028d0e9ae291d37645 100644
--- a/chrome/installer/setup/install.cc
+++ b/chrome/installer/setup/install.cc
@@ -651,8 +651,7 @@ void HandleOsUpgradeForBrowser(const installer::InstallerState& installer_state,
} else {
UpdateActiveSetupVersionWorkItem active_setup_work_item(
install_static::GetActiveSetupPath(),
- UpdateActiveSetupVersionWorkItem::
- UPDATE_AND_BUMP_OS_UPGRADES_COMPONENT);
+ UpdateActiveSetupVersionWorkItem::UPDATE_AND_BUMP_SELECTIVE_TRIGGER);
if (active_setup_work_item.Do())
VLOG(1) << "Bumped Active Setup Version on-os-upgrade.";
else

Powered by Google App Engine
This is Rietveld 408576698