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

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: Addressed CR comments... Created 7 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
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..49e5b3b6940748105c824edc230832ede03d2745 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 Chrome version is outdated.
+ void NotifyOutdatedChromeVersio();
Finnur 2013/01/23 10:39:17 s/Versio/Version/ But no code in this patch calls
MAD 2013/01/23 20:57:59 Done. As I said in the overall patch comments...
+
// 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