Chromium Code Reviews| 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_; |