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

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

Issue 2433363004: Chromad: added AD Join ui, authpolicy_client (Closed)
Patch Set: nit Created 4 years, 1 month 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 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">

Powered by Google App Engine
This is Rietveld 408576698