summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/update_observer.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/chromeos/update_observer.h')
-rw-r--r--chrome/browser/chromeos/update_observer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/chromeos/update_observer.h b/chrome/browser/chromeos/update_observer.h
index 3ec372b..298e116 100644
--- a/chrome/browser/chromeos/update_observer.h
+++ b/chrome/browser/chromeos/update_observer.h
@@ -27,6 +27,7 @@ class UpdateObserver : public UpdateLibrary::Observer {
virtual void UpdateStatusChanged(UpdateLibrary* library);
SystemNotification notification_;
+ int progress_; // Last displayed remaining time in minutes
DISALLOW_COPY_AND_ASSIGN(UpdateObserver);
};