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

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: Addressed comments. 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..fefbe6ce6fd6466be5947fe899e189035b74feff 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 ShowDomainMismatchError() = 0;
// Used for testing only.
virtual void SubmitTestCredentials(const std::string& email,

Powered by Google App Engine
This is Rietveld 408576698