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

Unified Diff: chrome/browser/chromeos/login/enrollment/enterprise_enrollment_screen_actor.h

Issue 10443125: Allow re-enrollment to the same domain in case of policy data loss. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moved the domain extraction to Authenticator and added custom error message. Created 8 years, 6 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/enrollment/enterprise_enrollment_screen_actor.h
diff --git a/chrome/browser/chromeos/login/enrollment/enterprise_enrollment_screen_actor.h b/chrome/browser/chromeos/login/enrollment/enterprise_enrollment_screen_actor.h
index 4172d48cdf015dfc11ba27b9ad03f1ff0af46032..a370c3e8efbba88fb3bb2592140d48dc3e6e5a98 100644
--- a/chrome/browser/chromeos/login/enrollment/enterprise_enrollment_screen_actor.h
+++ b/chrome/browser/chromeos/login/enrollment/enterprise_enrollment_screen_actor.h
@@ -73,6 +73,7 @@ class EnterpriseEnrollmentScreenActor {
virtual void ShowAutoEnrollmentError() = 0;
virtual void ShowNetworkEnrollmentError() = 0;
virtual void ShowLockboxTimeoutError() = 0;
+ virtual void ShowUserEnrollmentError() = 0;
Mattias Nissler (ping if slow) 2012/06/08 13:13:44 We are getting to the point where we should probab
pastarmovj 2012/06/08 15:07:12 Agreed but let me take this is AI for another CL t
// Used for testing only.
virtual void SubmitTestCredentials(const std::string& email,

Powered by Google App Engine
This is Rietveld 408576698