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

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

Issue 2323593002: Messaging for successful attestation-based enrollment. (Closed)
Patch Set: 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/enrollment_screen_actor.h
diff --git a/chrome/browser/chromeos/login/enrollment/enrollment_screen_actor.h b/chrome/browser/chromeos/login/enrollment/enrollment_screen_actor.h
index 34f423210d34e16069da69244b179c333d9fb3f0..acf8e912e705e199cfb7e446ffe2529e1662ff57 100644
--- a/chrome/browser/chromeos/login/enrollment/enrollment_screen_actor.h
+++ b/chrome/browser/chromeos/login/enrollment/enrollment_screen_actor.h
@@ -58,6 +58,10 @@ class EnrollmentScreenActor {
virtual void ShowAttributePromptScreen(const std::string& asset_id,
const std::string& location) = 0;
+ // Shows a success string for attestation-based enrollment.
+ virtual void ShowAttestationBasedEnrollmentSuccess(
+ const std::string& enterprise_domain) = 0;
+
// Shows the spinner screen for enrollment.
virtual void ShowEnrollmentSpinnerScreen() = 0;

Powered by Google App Engine
This is Rietveld 408576698