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

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: 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/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..d8b53583df624e92d42392223feed7a9461b359b 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(ShowDomainMismatchError, void());
MOCK_METHOD2(SubmitTestCredentials, void(const std::string& email,
const std::string& password));
};

Powered by Google App Engine
This is Rietveld 408576698