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

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

Issue 6976021: Revert 81536 that made all updates during OOBE required (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/update_screen.cc
diff --git a/chrome/browser/chromeos/login/update_screen.cc b/chrome/browser/chromeos/login/update_screen.cc
index c54e64d6c60864037aa51204ff5568d4d34af3c4..e95be15443088ef94142f4266af5095d9a9cf069 100644
--- a/chrome/browser/chromeos/login/update_screen.cc
+++ b/chrome/browser/chromeos/login/update_screen.cc
@@ -71,7 +71,7 @@ UpdateScreen::UpdateScreen(WizardScreenDelegate* delegate)
reboot_check_delay_(0),
is_checking_for_update_(true),
is_downloading_update_(false),
- is_ignore_update_deadlines_(true), // See http://crosbug.com/10068
+ is_ignore_update_deadlines_(false),
is_shown_(false),
actor_(new ViewsUpdateScreenActor(delegate,
kUpdateScreenWidth,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698