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

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

Issue 547503002: Redirect to the enterprise enrollment screen during remora and shark pairing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix comment Created 6 years, 3 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 5e4d3cbe468fed449eb6fb013c0cf6724e985833..d92d2e44104b98f8424b7584d75cdca05f3c7015 100644
--- a/chrome/browser/chromeos/login/wizard_controller.h
+++ b/chrome/browser/chromeos/login/wizard_controller.h
@@ -127,6 +127,8 @@ class WizardController : public ScreenObserver, public ScreenManager {
// reworked at hackaton.
void EnableUserImageScreenReturnToPreviousHack();
+ // Callback for enrollment auth token.
+ void OnEnrollmentAuthTokenReceived(const std::string& auth_token);
// Returns a pointer to the current screen or NULL if there's no such
// screen.
@@ -297,9 +299,6 @@ class WizardController : public ScreenObserver, public ScreenManager {
// 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_;
« no previous file with comments | « chrome/browser/chromeos/login/screens/host_pairing_screen.cc ('k') | chrome/browser/chromeos/login/wizard_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698