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

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

Issue 2323593002: Messaging for successful attestation-based enrollment. (Closed)
Patch Set: Changes for JavaScript style. Created 4 years, 3 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_enrollment_screen.h
diff --git a/chrome/browser/chromeos/login/enrollment/mock_enrollment_screen.h b/chrome/browser/chromeos/login/enrollment/mock_enrollment_screen.h
index 5b01f81f9479941e84ad9dec0fd102759ec7f299..51151a8e6ea952a6ab283a6b3d7be829beec70da 100644
--- a/chrome/browser/chromeos/login/enrollment/mock_enrollment_screen.h
+++ b/chrome/browser/chromeos/login/enrollment/mock_enrollment_screen.h
@@ -35,6 +35,8 @@ class MockEnrollmentScreenActor
MOCK_METHOD0(ShowSigninScreen, void());
MOCK_METHOD2(ShowAttributePromptScreen,
void(const std::string& asset_id, const std::string& location));
+ MOCK_METHOD1(ShowAttestationBasedEnrollmentSuccessScreen,
+ void(const std::string& enterprise_domain));
MOCK_METHOD0(ShowEnrollmentSpinnerScreen, void());
MOCK_METHOD1(ShowAuthError, void(const GoogleServiceAuthError&));
MOCK_METHOD1(ShowOtherError, void(EnterpriseEnrollmentHelper::OtherError));

Powered by Google App Engine
This is Rietveld 408576698