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"> |