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_; |