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

Unified Diff: chrome/browser/upgrade_detector_impl.cc

Issue 2925973002: Migrate upgrade notifications to observer (Closed)
Patch Set: Fix test failure Created 3 years, 6 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/browser/upgrade_detector_impl.cc
diff --git a/chrome/browser/upgrade_detector_impl.cc b/chrome/browser/upgrade_detector_impl.cc
index f9ec43d3ab20783feeed9086af7c6c83baa81b08..c2dbf4ab57777e4c9b190a0f86e176147ccec887 100644
--- a/chrome/browser/upgrade_detector_impl.cc
+++ b/chrome/browser/upgrade_detector_impl.cc
@@ -494,7 +494,7 @@ void UpgradeDetectorImpl::NotifyOnUpgradeWithTimePassed(
}
}
- NotifyUpgradeRecommended();
+ NotifyUpgrade();
}
void UpgradeDetectorImpl::NotifyOnUpgrade() {

Powered by Google App Engine
This is Rietveld 408576698