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 59bbecd228ea41d7a14d8f45784069e120908710..bfdee79df091d2ee082631bfd251bbf22c2a8099 100644 |
--- a/chrome/browser/ui/webui/help/version_updater_chromeos.h |
+++ b/chrome/browser/ui/webui/help/version_updater_chromeos.h |
@@ -21,6 +21,9 @@ class VersionUpdaterCros : public VersionUpdater, |
virtual void GetChannel(bool get_current_channel, |
const ChannelCallback& callback) OVERRIDE; |
+ // Gets the last update status, without triggering a new check or download. |
+ void GetUpdateStatus(const StatusCallback& callback); |
+ |
protected: |
friend class VersionUpdater; |