| Index: chrome/browser/ui/webui/help/version_updater.h
|
| diff --git a/chrome/browser/ui/webui/help/version_updater.h b/chrome/browser/ui/webui/help/version_updater.h
|
| index 47cb81a5ea21b0d6a78105daccd38582c576aa71..87cda9ebafa7980bca26e0fbde84160dc4bb3326 100644
|
| --- a/chrome/browser/ui/webui/help/version_updater.h
|
| +++ b/chrome/browser/ui/webui/help/version_updater.h
|
| @@ -42,6 +42,7 @@ class VersionUpdater {
|
| // types.
|
| #if defined(OS_CHROMEOS)
|
| typedef base::Callback<void(const std::string&)> ChannelCallback;
|
| + typedef base::Callback<void(int status)> EolStatusCallback;
|
| #endif
|
|
|
| // Used to update the client of status changes. int parameter is the progress
|
| @@ -78,6 +79,7 @@ class VersionUpdater {
|
| bool is_powerwash_allowed) = 0;
|
| virtual void GetChannel(bool get_current_channel,
|
| const ChannelCallback& callback) = 0;
|
| + virtual void GetEolStatus(const EolStatusCallback& callback) = 0;
|
| #endif
|
| };
|
|
|
|
|