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

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: Addressed achuithb's feedback. 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..284932964777dbfd25808ac355e8950b9e67d3c0 100644
--- a/chrome/browser/chromeos/login/wizard_controller.h
+++ b/chrome/browser/chromeos/login/wizard_controller.h
@@ -333,8 +333,11 @@ class WizardController : public BaseScreenDelegate,
void OnSetHostNetworkFailed();
// Start the enrollment screen using the config from
- // |prescribed_enrollment_config_|.
- void StartEnrollmentScreen();
+ // |prescribed_enrollment_config_|. If |force_interactive| is true,
+ // the user will be presented with a manual enrollment screen requiring
+ // Gaia credentials. If it is false, the screen may return after trying
+ // attestation-based enrollment if appropriate.
+ void StartEnrollmentScreen(bool force_interactive);
// Whether to skip any screens that may normally be shown after login
// (registration, Terms of Service, user image selection).
« no previous file with comments | « chrome/browser/chromeos/login/screens/base_screen.h ('k') | chrome/browser/chromeos/login/wizard_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698