| 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..85063574ab39e2a5b4d8ea30529a01d705bba784 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,10 @@
|
| <webview id="oauth-enroll-auth-view" name="oauth-enroll-auth-view">
|
| </webview>
|
| </div>
|
| + <div id="oauth-enroll-step-working">
|
| + <throbber-notice class="fit" 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">
|
|
|