| Index: chrome/browser/ui/webui/help/version_updater_chromeos.h
|
| diff --git a/chrome/browser/ui/webui/help/version_updater_chromeos.h b/chrome/browser/ui/webui/help/version_updater_chromeos.h
|
| index 0d4cbf96bcda13bc01005e29b04d4d62809e6503..44d4ee8c23d36334cb77e1fa8046f7b346c14017 100644
|
| --- a/chrome/browser/ui/webui/help/version_updater_chromeos.h
|
| +++ b/chrome/browser/ui/webui/help/version_updater_chromeos.h
|
| @@ -30,6 +30,8 @@ class VersionUpdaterCros : public VersionUpdater,
|
| // Gets the last update status, without triggering a new check or download.
|
| void GetUpdateStatus(const StatusCallback& callback);
|
|
|
| + void GetEolStatus(const EolStatusCallback& callback) override;
|
| +
|
| protected:
|
| friend class VersionUpdater;
|
|
|
|
|