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

Unified Diff: chrome/browser/chromeos/login/enrollment/enrollment_screen_actor.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
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | chrome/browser/chromeos/login/enrollment/mock_enrollment_screen.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..28a1ef4f09e21b09bda59d9019030e32a3c5e825 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 ShowAttestationBasedEnrollmentSuccessScreen(
+ const std::string& enterprise_domain) = 0;
+
// Shows the spinner screen for enrollment.
virtual void ShowEnrollmentSpinnerScreen() = 0;
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | chrome/browser/chromeos/login/enrollment/mock_enrollment_screen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698