Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(811)

Unified Diff: chrome/browser/chromeos/update_observer.h

Issue 3157018: Only showing notification when a restart is needed. Partial fix to 5168. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: . Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/chromeos/update_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « no previous file | chrome/browser/chromeos/update_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698