| 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 85063574ab39e2a5b4d8ea30529a01d705bba784..f811e070b33ffd59db8dde61bcc60694bc89fb9b 100644
|
| --- a/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.html
|
| +++ b/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.html
|
| @@ -2,6 +2,8 @@
|
| Use of this source code is governed by a BSD-style license that can be
|
| found in the LICENSE file. -->
|
|
|
| +<link rel="import" href="chrome://oobe/custom_elements.html">
|
| +
|
| <div id="oauth-enrollment" class="step no-logo hidden" hidden>
|
| <div id="oauth-enroll-step-contents">
|
| <div id="oauth-enroll-step-signin">
|
| @@ -12,6 +14,12 @@
|
| <throbber-notice class="fit" i18n-values="text:oauthEnrollWorking">
|
| </throbber-notice>
|
| </div>
|
| + <div id="oauth-enroll-step-ad-join">
|
| + <offline-ad-login id="oauth-enroll-ad-join-ui" show-machine-input
|
| + class="fit" i18n-values=
|
| + "ad-welcome-message:oauthEnrollAdDomainJoinWelcomeMessage">
|
| + </offline-ad-login>
|
| + </div>
|
| <div id="oauth-enroll-step-error" role="alert">
|
| <notification-card id="oauth-enroll-error-card" type="fail"
|
| i18n-values="button-label:oauthEnrollRetry">
|
|
|