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

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

Issue 2186623002: Minimal attestation-based enrollment flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Made ZTE independent of enterprise enrollment. Created 4 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
Index: chrome/browser/chromeos/login/wizard_controller.h
diff --git a/chrome/browser/chromeos/login/wizard_controller.h b/chrome/browser/chromeos/login/wizard_controller.h
index 873522af8e02259d7944a1f9ace8bdca7a8fc8b5..5edefcc33f12202d92e0470f70fe58268262d2e4 100644
--- a/chrome/browser/chromeos/login/wizard_controller.h
+++ b/chrome/browser/chromeos/login/wizard_controller.h
@@ -334,7 +334,7 @@ class WizardController : public BaseScreenDelegate,
// Start the enrollment screen using the config from
// |prescribed_enrollment_config_|.
pastarmovj 2016/08/19 10:29:18 Please document the new flag.
The one and only Dr. Crash 2016/08/19 17:49:29 Done.
- void StartEnrollmentScreen();
+ void StartEnrollmentScreen(bool force_interactive);
// Whether to skip any screens that may normally be shown after login
// (registration, Terms of Service, user image selection).

Powered by Google App Engine
This is Rietveld 408576698