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

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

Issue 2433363004: Chromad: added AD Join ui, authpolicy_client (Closed)
Patch Set: More polishing Created 4 years, 2 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 51151a8e6ea952a6ab283a6b3d7be829beec70da..7625baa44594be01ef072158205788923bad07f1 100644
--- a/chrome/browser/chromeos/login/enrollment/mock_enrollment_screen.h
+++ b/chrome/browser/chromeos/login/enrollment/mock_enrollment_screen.h
@@ -33,6 +33,7 @@ class MockEnrollmentScreenActor
MOCK_METHOD0(Show, void());
MOCK_METHOD0(Hide, void());
MOCK_METHOD0(ShowSigninScreen, void());
+ MOCK_METHOD0(ShowADJoin, void());
MOCK_METHOD2(ShowAttributePromptScreen,
void(const std::string& asset_id, const std::string& location));
MOCK_METHOD1(ShowAttestationBasedEnrollmentSuccessScreen,

Powered by Google App Engine
This is Rietveld 408576698