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

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

Issue 390443006: Support for remote enrollment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: bartfab feedback Created 6 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 d30116cd90e68c087b2b6140da3bf181bedac551..235c9248198fd3ab4cd587869cc4c8895eba980c 100644
--- a/chrome/browser/chromeos/login/wizard_controller.h
+++ b/chrome/browser/chromeos/login/wizard_controller.h
@@ -312,6 +312,9 @@ class WizardController : public ScreenObserver {
// Returns false if timezone has already been resolved.
bool SetOnTimeZoneResolvedForTesting(const base::Closure& callback);
+ // Callback for enrollment auth token.
+ void OnEnrollmentAuthTokenReceived(const std::string& auth_token);
+
// Whether to skip any screens that may normally be shown after login
// (registration, Terms of Service, user image selection).
static bool skip_post_login_screens_;
@@ -344,6 +347,7 @@ class WizardController : public ScreenObserver {
std::string username_;
std::string password_;
+ std::string auth_token_;
// True if running official BUILD.
bool is_official_build_;

Powered by Google App Engine
This is Rietveld 408576698