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

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

Issue 13553002: Managed user creation flow: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix nits Created 7 years, 9 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 | « no previous file | chrome/browser/chromeos/login/managed/locally_managed_user_creation_screen.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/error_screen.h
diff --git a/chrome/browser/chromeos/login/error_screen.h b/chrome/browser/chromeos/login/error_screen.h
index d6fa445706db46a6ea3bd61962b1fc81bc0b9650..a2975560eada7ab1ce12dfef6780fbf5b93f8ac4 100644
--- a/chrome/browser/chromeos/login/error_screen.h
+++ b/chrome/browser/chromeos/login/error_screen.h
@@ -22,7 +22,8 @@ class ErrorScreen : public WizardScreen {
enum UIState {
UI_STATE_UNKNOWN = 0,
UI_STATE_UPDATE,
- UI_STATE_SIGNIN
+ UI_STATE_SIGNIN,
+ UI_STATE_LOCALLY_MANAGED
};
enum ErrorState {
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/managed/locally_managed_user_creation_screen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698