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

Unified Diff: chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.html

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/resources/chromeos/login/oobe_screen_oauth_enrollment.html
diff --git a/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.html b/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.html
index 79a0ffafee1af2ffa3c1a4985584123bd278a186..f2c8c568afbeedd80351d1861064298dda93c6a9 100644
--- a/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.html
+++ b/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.html
@@ -19,6 +19,11 @@
i18n-content="oauthEnrollSuccess">
</notification-card>
</div>
+ <div id="oauth-enroll-step-abe-success" role="alert">
+ <notification-card id="oauth-enroll-abe-success-card" type="success"
+ i18n-values="button-label:oauthEnrollDone">
+ </notification-card>
+ </div>
<div id="oauth-enroll-step-attribute-prompt">
<gaia-card id="oauth-enroll-attribute-prompt-card" class="fit">
<div class="header flex vertical layout end-justified">

Powered by Google App Engine
This is Rietveld 408576698