summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/update_observer.h
diff options
context:
space:
mode:
authorseanparent@google.com <seanparent@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-18 23:27:08 +0000
committerseanparent@google.com <seanparent@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-18 23:27:08 +0000
commitaaf6472fd01db928919d4dc13687bde2a4b5c7b9 (patch)
tree475eea8186addd6e38a14d9083927c3cfd03adfa /chrome/browser/chromeos/update_observer.h
parentde114d6a8a223904bc5988c36c22518dd59e1b3a (diff)
downloadchromium_src-aaf6472fd01db928919d4dc13687bde2a4b5c7b9.zip
chromium_src-aaf6472fd01db928919d4dc13687bde2a4b5c7b9.tar.gz
chromium_src-aaf6472fd01db928919d4dc13687bde2a4b5c7b9.tar.bz2
Only showing notification when a restart is needed. Partial fix to 5168.
BUG=chromium-os:5168 TEST=Manual - use devserver to install update and verify notification appears to restart after update is installed with no other notifications. Review URL: http://codereview.chromium.org/3157018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56616 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chromeos/update_observer.h')
-rw-r--r--chrome/browser/chromeos/update_observer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/update_observer.h b/chrome/browser/chromeos/update_observer.h
index 298e116..3ec372b 100644
--- a/chrome/browser/chromeos/update_observer.h
+++ b/chrome/browser/chromeos/update_observer.h
@@ -27,7 +27,6 @@ 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);
};