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

Unified Diff: chrome/browser/chromeos/login/update_screen.h

Issue 7057055: Show progress bar as soon as update state changed to UPDATE_STATUS_UPDATE_AVAILABLE (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed test Created 9 years, 6 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
Index: chrome/browser/chromeos/login/update_screen.h
diff --git a/chrome/browser/chromeos/login/update_screen.h b/chrome/browser/chromeos/login/update_screen.h
index f3d36cbc63b13dc8addc4c121d11406e44f12db4..eadcc5ee0f7ac08afe463d9e4ab5927241317de2 100644
--- a/chrome/browser/chromeos/login/update_screen.h
+++ b/chrome/browser/chromeos/login/update_screen.h
@@ -91,10 +91,12 @@ class UpdateScreen: public UpdateLibrary::Observer,
// Flag that is used to detect when update download has just started.
bool is_downloading_update_;
// If true, update deadlines are ignored.
- // Note, this is true by default. See "http://crosbug.com/10068".
+ // Note, this is fasle by default.
Nikita (slow) 2011/06/07 15:31:03 nit: false
Dmitry Polukhin 2011/06/08 07:24:21 Done.
bool is_ignore_update_deadlines_;
// Whether the update screen is shown.
bool is_shown_;
+ // Ignore fist IDLE status that is sent before update screen initiated check.
+ bool ignore_idle_status_;
// Keeps actor which is delegated with all showing operations.
UpdateScreenActor* actor_;

Powered by Google App Engine
This is Rietveld 408576698