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

Unified Diff: chrome/browser/chromeos/login/enrollment/mock_enterprise_enrollment_screen.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/mock_enterprise_enrollment_screen.h
diff --git a/chrome/browser/chromeos/login/enrollment/mock_enterprise_enrollment_screen.h b/chrome/browser/chromeos/login/enrollment/mock_enterprise_enrollment_screen.h
index 3ecf5899d065e186a8826457f9d7004ff27daeb0..0b328de9b65b06efd52c091f7710a149beb65cfc 100644
--- a/chrome/browser/chromeos/login/enrollment/mock_enterprise_enrollment_screen.h
+++ b/chrome/browser/chromeos/login/enrollment/mock_enterprise_enrollment_screen.h
@@ -41,6 +41,7 @@ class MockEnterpriseEnrollmentScreenActor
MOCK_METHOD0(ShowAutoEnrollmentError, void());
MOCK_METHOD0(ShowNetworkEnrollmentError, void());
MOCK_METHOD0(ShowLockboxTimeoutError, void());
+ MOCK_METHOD0(ShowUserEnrollmentError, void());
MOCK_METHOD2(SubmitTestCredentials, void(const std::string& email,
const std::string& password));
};

Powered by Google App Engine
This is Rietveld 408576698