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

Unified Diff: trunk/src/chrome/browser/chromeos/login/wizard_controller.h

Issue 313923005: Revert 273875 "Remove the option to skip auto-update checks on OOBE." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 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
« no previous file with comments | « no previous file | trunk/src/chrome/browser/chromeos/login/wizard_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/browser/chromeos/login/wizard_controller.h
===================================================================
--- trunk/src/chrome/browser/chromeos/login/wizard_controller.h (revision 274856)
+++ trunk/src/chrome/browser/chromeos/login/wizard_controller.h (working copy)
@@ -112,6 +112,9 @@
// Called right after the browser session has started.
void OnSessionStart();
+ // Skip update, go straight to enrollment after EULA is accepted.
+ void SkipUpdateEnrollAfterEula();
+
// TODO(antrim) : temporary hack. Should be removed once screen system is
// reworked at hackaton.
void EnableUserImageScreenReturnToPreviousHack();
@@ -346,6 +349,10 @@
// during wizard lifetime.
bool usage_statistics_reporting_;
+ // If true then update check is cancelled and enrollment is started after
+ // EULA is accepted.
+ bool skip_update_enroll_after_eula_;
+
// Time when the EULA was accepted. Used to measure the duration from the EULA
// acceptance until the Sign-In screen is displayed.
base::Time time_eula_accepted_;
« no previous file with comments | « no previous file | trunk/src/chrome/browser/chromeos/login/wizard_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698