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

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

Issue 669623006: Add a "device disabled" OOBE screen (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed nits. Created 6 years, 2 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
« no previous file with comments | « chrome/browser/chromeos/login/ui/oobe_display.h ('k') | chrome/browser/chromeos/login/wizard_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « chrome/browser/chromeos/login/ui/oobe_display.h ('k') | chrome/browser/chromeos/login/wizard_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698