| Index: chrome/browser/chromeos/update_observer.h
|
| diff --git a/chrome/browser/chromeos/update_observer.h b/chrome/browser/chromeos/update_observer.h
|
| index 298e11681239c4a3e0b2c7bf1b7005dbb40ea900..3ec372ba8f2c37aab5abb926a1c0240d1a5a4d49 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);
|
| };
|
|
|