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

Unified Diff: chrome/browser/upgrade_detector_impl.h

Issue 11440020: Add an outdated upgrade bubble view. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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.h
diff --git a/chrome/browser/upgrade_detector_impl.h b/chrome/browser/upgrade_detector_impl.h
index 435d294b662f214c6a3edca76eb124527b723ba8..d859be076662986e4d80ab74332a9423b186d939 100644
--- a/chrome/browser/upgrade_detector_impl.h
+++ b/chrome/browser/upgrade_detector_impl.h
@@ -35,6 +35,9 @@ class UpgradeDetectorImpl : public UpgradeDetector {
// user that a new version is available.
void NotifyOnUpgrade();
+ // Called when the current version is outdated.
+ void NotifyOutdated();
Finnur 2012/12/06 19:53:16 Suggest NotifyOutdatedVersion or NotifyOutdatedChr
MAD 2013/01/22 15:18:29 Done.
+
// We periodically check to see if Chrome has been upgraded.
base::RepeatingTimer<UpgradeDetectorImpl> detect_upgrade_timer_;

Powered by Google App Engine
This is Rietveld 408576698