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 bfdee79df091d2ee082631bfd251bbf22c2a8099..903b865fad02a522f515ec076602f42c0f8b4259 100644 |
--- a/chrome/browser/ui/webui/help/version_updater_chromeos.h |
+++ b/chrome/browser/ui/webui/help/version_updater_chromeos.h |
@@ -45,6 +45,9 @@ class VersionUpdaterCros : public VersionUpdater, |
// Last state received via UpdateStatusChanged(). |
chromeos::UpdateEngineClient::UpdateStatusOperation last_operation_; |
+ // True if an update check should be scheduled when the update engine is idle. |
+ bool check_for_update_when_idle_; |
+ |
base::WeakPtrFactory<VersionUpdaterCros> weak_ptr_factory_; |
DISALLOW_COPY_AND_ASSIGN(VersionUpdaterCros); |