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

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

Issue 2343183003: Show a spinner UI for zero-touch 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/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 b99940771f3f257b0427f550ca6ab487ac3535be..351582149c462cbf91ee08976703c8b301d3fb94 100644
--- a/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.html
+++ b/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.html
@@ -8,6 +8,11 @@
<webview id="oauth-enroll-auth-view" name="oauth-enroll-auth-view">
</webview>
</div>
+ <div id="oauth-enroll-step-working">
+ <throbber-notice id="oauth-enroll-working-card"
xiyuan 2016/09/16 19:45:15 Get rid of attribute "id" since it is not use. If
kumarniranjan 2016/09/16 20:53:40 Done.
+ i18n-values="text:oauthEnrollWorking">
+ </throbber-notice>
+ </div>
<div id="oauth-enroll-step-error" role="alert">
<notification-card id="oauth-enroll-error-card" type="fail"
i18n-values="button-label:oauthEnrollRetry">

Powered by Google App Engine
This is Rietveld 408576698