Chromium Code Reviews| 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..b3894136294b2af232fdee1cea6a249c50b0aceb 100644 |
| --- a/chrome/browser/ui/webui/help/version_updater_chromeos.h |
| +++ b/chrome/browser/ui/webui/help/version_updater_chromeos.h |
| @@ -21,7 +21,10 @@ class VersionUpdaterCros : public VersionUpdater, |
| virtual void GetChannel(bool get_current_channel, |
| const ChannelCallback& callback) OVERRIDE; |
| - protected: |
| + // Gets the last update status, without triggering a new check or download. |
| + void GetUpdateStatus(const StatusCallback& callback); |
| + |
| +protected: |
|
Evan Stade
2014/08/18 18:43:04
one space
michaelpg
2014/08/18 21:53:21
Done.
|
| friend class VersionUpdater; |
| // Clients must use VersionUpdater::Create(). |