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 53ca633a66b0ea2bf925954945ebf0e658d8e83c..2a82ffeed0712a51ea9b7541cf05baaa49b1201c 100644 |
--- a/chrome/browser/chromeos/login/wizard_controller.h |
+++ b/chrome/browser/chromeos/login/wizard_controller.h |
@@ -220,7 +220,11 @@ class WizardController : public BaseScreenDelegate, |
void OnTermsOfServiceAccepted(); |
void OnControllerPairingFinished(); |
void OnHostPairingFinished(); |
- void OnDeviceNotDisabled(); |
+ void OnAutoEnrollmentCheckCompleted(); |
+ |
+ // Callback invoked once it has been determined whether the device is disabled |
+ // or not. |
+ void OnDeviceDisabledChecked(bool device_disabled); |
// Callback function after setting MetricsReporting. |
void InitiateMetricsReportingChangeCallback(bool enabled); |