Chromium Code Reviews| 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..fda588ad8b00902a0e7f9ac2927d5c22061e519a 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"> |
|
Dan Beam
2016/10/28 21:13:03
4\s indent for continuations in HTML
Roman Sorokin (ftl)
2016/10/31 11:37:10
Done.
|
| + </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"> |