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 ad3b71e53b06ad3d83ca175014d184cb55ee73fc..c6b785edd4e47772be2b78f129717e62b2aeb73f 100644 |
--- a/chrome/browser/chromeos/login/wizard_controller.h |
+++ b/chrome/browser/chromeos/login/wizard_controller.h |
@@ -158,6 +158,7 @@ class WizardController : public ScreenObserver, public ScreenManager { |
static const char kHIDDetectionScreenName[]; |
static const char kControllerPairingScreenName[]; |
static const char kHostPairingScreenName[]; |
+ static const char kDeviceDisabledScreenName[]; |
// Volume percent at which spoken feedback is still audible. |
static const int kMinAudibleOutputVolumePercent; |
@@ -179,6 +180,7 @@ class WizardController : public ScreenObserver, public ScreenManager { |
void ShowHIDDetectionScreen(); |
void ShowControllerPairingScreen(); |
void ShowHostPairingScreen(); |
+ void ShowDeviceDisabledScreen(); |
// Shows images login screen. |
void ShowLoginScreen(const LoginScreenContext& context); |